Home
last modified time | relevance | path

Searched refs:flow_type (Results 1 – 5 of 5) sorted by relevance

/external/ethtool/
Drxclass.c63 if (fsp->flow_type & FLOW_EXT) { in rxclass_print_nfc_spec_ext()
82 if (fsp->flow_type & FLOW_MAC_EXT) { in rxclass_print_nfc_spec_ext()
101 __u32 flow_type; in rxclass_print_nfc_rule() local
105 flow_type = fsp->flow_type & ~(FLOW_EXT | FLOW_MAC_EXT | FLOW_RSS); in rxclass_print_nfc_rule()
109 switch (flow_type) { in rxclass_print_nfc_rule()
113 if (flow_type == TCP_V4_FLOW) in rxclass_print_nfc_rule()
115 else if (flow_type == UDP_V4_FLOW) in rxclass_print_nfc_rule()
135 if (flow_type == AH_V4_FLOW) in rxclass_print_nfc_rule()
169 if (flow_type == TCP_V6_FLOW) in rxclass_print_nfc_rule()
171 else if (flow_type == UDP_V6_FLOW) in rxclass_print_nfc_rule()
[all …]
Dethtool.c449 int flow_type = 0; in rxflow_str_to_type() local
452 flow_type = TCP_V4_FLOW; in rxflow_str_to_type()
454 flow_type = UDP_V4_FLOW; in rxflow_str_to_type()
456 flow_type = AH_ESP_V4_FLOW; in rxflow_str_to_type()
458 flow_type = SCTP_V4_FLOW; in rxflow_str_to_type()
460 flow_type = TCP_V6_FLOW; in rxflow_str_to_type()
462 flow_type = UDP_V6_FLOW; in rxflow_str_to_type()
464 flow_type = AH_ESP_V6_FLOW; in rxflow_str_to_type()
466 flow_type = SCTP_V6_FLOW; in rxflow_str_to_type()
468 flow_type = ETHER_FLOW; in rxflow_str_to_type()
[all …]
Dethtool-copy.h904 __u32 flow_type; member
1001 __u32 flow_type; member
1090 __u32 flow_type; member
/external/tcpdump/
Dprint-sflow.c714 u_int flow_type; in sflow_print_flow_records() local
735 flow_type = enterprise & 0x0FFF; in sflow_print_flow_records()
740 (enterprise == 0) ? tok2str(sflow_flow_type_values,"Unknown",flow_type) : "Unknown", in sflow_print_flow_records()
741 flow_type, in sflow_print_flow_records()
751 switch (flow_type) { in sflow_print_flow_records()
/external/kernel-headers/original/uapi/linux/
Dethtool.h906 __u32 flow_type; member
1003 __u32 flow_type; member
1092 __u32 flow_type; member