Home
last modified time | relevance | path

Searched refs:FLOW_DISSECTOR_KEY_IP (Results 1 – 15 of 15) sorted by relevance

/linux/include/net/
H A Dflow_dissector.h367 FLOW_DISSECTOR_KEY_IP, /* struct flow_dissector_key_ip */ enumerator
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_flower.c251 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 Dflow_dissector.c890 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 Dflow_offload.c124 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_IP, out); in flow_rule_match_ip()
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch-flower.c25 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 Dvcap_tc.c404 st->used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_IP); in vcap_tc_flower_handler_ip_usage()
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tc_flower.c226 [FLOW_DISSECTOR_KEY_IP] = vcap_tc_flower_handler_ip_usage,
/linux/net/ethtool/
H A Dioctl.c3541 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 Dmatch.c220 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) { in nfp_flower_compile_ip_ext()
H A Doffload.c46 BIT_ULL(FLOW_DISSECTOR_KEY_IP))
H A Dconntrack.c405 if (ovlp_keys & BIT_ULL(FLOW_DISSECTOR_KEY_IP)) { in nfp_ct_merge_check()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.c1494 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 Dtc.c298 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 Dcls_flower.c2186 FLOW_DISSECTOR_KEY_IP, ip); in fl_init_dissector()
/linux/net/xfrm/
H A Dxfrm_policy.c4380 .key_id = FLOW_DISSECTOR_KEY_IP,