Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dflow_dissector.h367 FLOW_DISSECTOR_KEY_IP, /* struct flow_dissector_key_ip */ enumerator
/linux-6.15/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-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_flower.c542 if (!flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) in mlxsw_sp_flower_parse_ip()
590 BIT_ULL(FLOW_DISSECTOR_KEY_IP) | in mlxsw_sp_flower_parse()
/linux-6.15/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-6.15/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-6.15/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-6.15/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tc_flower.c226 [FLOW_DISSECTOR_KEY_IP] = vcap_tc_flower_handler_ip_usage,
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c655 BIT_ULL(FLOW_DISSECTOR_KEY_IP)))) { in otx2_tc_prepare_flow()
768 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) { in otx2_tc_prepare_flow()
/linux-6.15/net/ethtool/
H A Dioctl.c3554 BIT(FLOW_DISSECTOR_KEY_IP); in ethtool_rx_flow_rule_create()
3555 match->dissector.offset[FLOW_DISSECTOR_KEY_IP] = in ethtool_rx_flow_rule_create()
3606 BIT_ULL(FLOW_DISSECTOR_KEY_IP); in ethtool_rx_flow_rule_create()
3607 match->dissector.offset[FLOW_DISSECTOR_KEY_IP] = in ethtool_rx_flow_rule_create()
/linux-6.15/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-6.15/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-6.15/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c255 [FLOW_DISSECTOR_KEY_IP] = vcap_tc_flower_handler_ip_usage,
/linux-6.15/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-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2449 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) { in mlx5e_tc_verify_tunnel_ecn()
2737 BIT_ULL(FLOW_DISSECTOR_KEY_IP) | in __parse_cls_flower()
2998 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) { in __parse_cls_flower()
/linux-6.15/net/sched/
H A Dcls_flower.c2186 FLOW_DISSECTOR_KEY_IP, ip); in fl_init_dissector()
/linux-6.15/net/xfrm/
H A Dxfrm_policy.c4383 .key_id = FLOW_DISSECTOR_KEY_IP,