HomeSort by relevance Sort by last modified time
    Searched refs:flow_type (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ethtool.h 447 * @flow_type: Type of match to perform, e.g. %TCP_V4_FLOW
448 * @h_u: Flow fields to match (dependent on @flow_type)
452 * Note, all additional fields must be ignored unless @flow_type
461 __u32 flow_type; member in struct:ethtool_rx_flow_spec
475 * @flow_type: Type of flow to be affected, e.g. %TCP_V4_FLOW
508 __u32 flow_type; member in struct:ethtool_rxnfc
531 * @flow_type: Type of match to perform, e.g. %TCP_V4_FLOW
532 * @h_u: Flow field values to match (dependent on @flow_type)
546 __u32 flow_type; member in struct:ethtool_rx_ntuple_flow_spec
    [all...]
  /external/tcpdump/
print-sflow.c 714 u_int flow_type; local
735 flow_type = enterprise & 0x0FFF;
740 (enterprise == 0) ? tok2str(sflow_flow_type_values,"Unknown",flow_type) : "Unknown",
741 flow_type,
751 switch (flow_type) {
  /external/kernel-headers/original/uapi/linux/
ethtool.h 847 * is set in &struct ethtool_rx_flow_spec @flow_type.
860 * @flow_type: Type of match to perform, e.g. %TCP_V4_FLOW
861 * @h_u: Flow fields to match (dependent on @flow_type)
865 * Note, all additional fields must be ignored unless @flow_type
875 __u32 flow_type; member in struct:ethtool_rx_flow_spec
914 * @flow_type: Type of flow to be affected, e.g. %TCP_V4_FLOW
963 __u32 flow_type; member in struct:ethtool_rxnfc
1043 __u32 flow_type; member in struct:ethtool_rx_ntuple_flow_spec
    [all...]
  /bionic/libc/kernel/uapi/linux/
ethtool.h 309 __u32 flow_type; member in struct:ethtool_rx_flow_spec
337 __u32 flow_type; member in struct:ethtool_rx_ntuple_flow_spec

Completed in 222 milliseconds