Searched refs:FLOW_DISSECTOR_KEY_IP (Results 1 – 15 of 15) sorted by relevance
/linux/include/net/ |
H A D | flow_dissector.h | 367 FLOW_DISSECTOR_KEY_IP, /* struct flow_dissector_key_ip */ enumerator
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_flower.c | 251 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) { in cxgb4_process_flow_match() 323 BIT_ULL(FLOW_DISSECTOR_KEY_IP))) { in cxgb4_validate_flow_match() 341 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) { in cxgb4_validate_flow_match()
|
/linux/net/core/ |
H A D | flow_dissector.c | 890 if (!dissector_uses_key(flow_dissector, FLOW_DISSECTOR_KEY_IP)) in __skb_flow_dissect_ipv4() 894 FLOW_DISSECTOR_KEY_IP, in __skb_flow_dissect_ipv4() 908 if (!dissector_uses_key(flow_dissector, FLOW_DISSECTOR_KEY_IP)) in __skb_flow_dissect_ipv6() 912 FLOW_DISSECTOR_KEY_IP, in __skb_flow_dissect_ipv6()
|
H A D | flow_offload.c | 124 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_IP, out); in flow_rule_match_ip()
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-switch-flower.c | 25 BIT_ULL(FLOW_DISSECTOR_KEY_IP) | in dpaa2_switch_flower_parse_key() 94 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) { in dpaa2_switch_flower_parse_key()
|
/linux/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_tc.c | 404 st->used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_IP); in vcap_tc_flower_handler_ip_usage()
|
/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_tc_flower.c | 226 [FLOW_DISSECTOR_KEY_IP] = vcap_tc_flower_handler_ip_usage,
|
/linux/net/ethtool/ |
H A D | ioctl.c | 3541 BIT(FLOW_DISSECTOR_KEY_IP); in ethtool_rx_flow_rule_create() 3542 match->dissector.offset[FLOW_DISSECTOR_KEY_IP] = in ethtool_rx_flow_rule_create() 3593 BIT_ULL(FLOW_DISSECTOR_KEY_IP); in ethtool_rx_flow_rule_create() 3594 match->dissector.offset[FLOW_DISSECTOR_KEY_IP] = in ethtool_rx_flow_rule_create()
|
/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | match.c | 220 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) { in nfp_flower_compile_ip_ext()
|
H A D | offload.c | 46 BIT_ULL(FLOW_DISSECTOR_KEY_IP))
|
H A D | conntrack.c | 405 if (ovlp_keys & BIT_ULL(FLOW_DISSECTOR_KEY_IP)) { in nfp_ct_merge_check()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_tc_lib.c | 1494 BIT_ULL(FLOW_DISSECTOR_KEY_IP) | in ice_parse_cls_flower() 1698 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) { in ice_parse_cls_flower()
|
/linux/drivers/net/ethernet/sfc/ |
H A D | tc.c | 298 BIT_ULL(FLOW_DISSECTOR_KEY_IP))) { in efx_tc_flower_parse_match() 313 BIT_ULL(FLOW_DISSECTOR_KEY_IP) | in efx_tc_flower_parse_match()
|
/linux/net/sched/ |
H A D | cls_flower.c | 2186 FLOW_DISSECTOR_KEY_IP, ip); in fl_init_dissector()
|
/linux/net/xfrm/ |
H A D | xfrm_policy.c | 4380 .key_id = FLOW_DISSECTOR_KEY_IP,
|