Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dflow_dissector.h354 FLOW_DISSECTOR_KEY_IP, /* struct flow_dissector_key_ip */ enumerator
/openbmc/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()
337 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) { in cxgb4_validate_flow_match()
/openbmc/linux/net/core/
H A Dflow_dissector.c866 if (!dissector_uses_key(flow_dissector, FLOW_DISSECTOR_KEY_IP)) in __skb_flow_dissect_ipv4()
870 FLOW_DISSECTOR_KEY_IP, in __skb_flow_dissect_ipv4()
884 if (!dissector_uses_key(flow_dissector, FLOW_DISSECTOR_KEY_IP)) in __skb_flow_dissect_ipv6()
888 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()
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_flower.c532 if (!flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) in mlxsw_sp_flower_parse_ip()
580 BIT_ULL(FLOW_DISSECTOR_KEY_IP) | in mlxsw_sp_flower_parse()
/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-switch-flower.c25 BIT_ULL(FLOW_DISSECTOR_KEY_IP) | in dpaa2_switch_flower_parse_key()
91 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) { in dpaa2_switch_flower_parse_key()
/openbmc/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()
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tc_flower.c220 [FLOW_DISSECTOR_KEY_IP] = vcap_tc_flower_handler_ip_usage,
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c541 BIT_ULL(FLOW_DISSECTOR_KEY_IP)))) { in otx2_tc_prepare_flow()
654 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) { in otx2_tc_prepare_flow()
/openbmc/linux/net/ethtool/
H A Dioctl.c3237 BIT(FLOW_DISSECTOR_KEY_IP); in ethtool_rx_flow_rule_create()
3238 match->dissector.offset[FLOW_DISSECTOR_KEY_IP] = in ethtool_rx_flow_rule_create()
3289 BIT_ULL(FLOW_DISSECTOR_KEY_IP); in ethtool_rx_flow_rule_create()
3290 match->dissector.offset[FLOW_DISSECTOR_KEY_IP] = in ethtool_rx_flow_rule_create()
/openbmc/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()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_tc_lib.c1433 BIT_ULL(FLOW_DISSECTOR_KEY_IP) | in ice_parse_cls_flower()
1629 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) { in ice_parse_cls_flower()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dtc.c299 BIT_ULL(FLOW_DISSECTOR_KEY_IP))) { in efx_tc_flower_parse_match()
314 BIT_ULL(FLOW_DISSECTOR_KEY_IP) | in efx_tc_flower_parse_match()
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c251 [FLOW_DISSECTOR_KEY_IP] = vcap_tc_flower_handler_ip_usage,
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2331 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) { in mlx5e_tc_verify_tunnel_ecn()
2619 BIT_ULL(FLOW_DISSECTOR_KEY_IP) | in __parse_cls_flower()
2882 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) { in __parse_cls_flower()
/openbmc/linux/net/sched/
H A Dcls_flower.c2059 FLOW_DISSECTOR_KEY_IP, ip); in fl_init_dissector()