Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dflow_dissector.h278 FLOW_DISSECTOR_KEY_IP, /* struct flow_dissector_key_ip */ enumerator
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_flower.c251 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) { in cxgb4_process_flow_match()
323 BIT(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()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_flower.c373 if (!flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) in mlxsw_sp_flower_parse_ip()
420 BIT(FLOW_DISSECTOR_KEY_IP) | in mlxsw_sp_flower_parse()
/kernel/linux/linux-5.10/net/core/
Dflow_dissector.c745 if (!dissector_uses_key(flow_dissector, FLOW_DISSECTOR_KEY_IP)) in __skb_flow_dissect_ipv4()
749 FLOW_DISSECTOR_KEY_IP, in __skb_flow_dissect_ipv4()
762 if (!dissector_uses_key(flow_dissector, FLOW_DISSECTOR_KEY_IP)) in __skb_flow_dissect_ipv6()
766 FLOW_DISSECTOR_KEY_IP, in __skb_flow_dissect_ipv6()
Dflow_offload.c96 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_IP, out); in flow_rule_match_ip()
/kernel/linux/linux-5.10/net/ethtool/
Dioctl.c3073 BIT(FLOW_DISSECTOR_KEY_IP); in ethtool_rx_flow_rule_create()
3074 match->dissector.offset[FLOW_DISSECTOR_KEY_IP] = in ethtool_rx_flow_rule_create()
3125 BIT(FLOW_DISSECTOR_KEY_IP); in ethtool_rx_flow_rule_create()
3126 match->dissector.offset[FLOW_DISSECTOR_KEY_IP] = in ethtool_rx_flow_rule_create()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
Dmatch.c174 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) { in nfp_flower_compile_ip_ext()
Doffload.c43 BIT(FLOW_DISSECTOR_KEY_IP))
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c2316 BIT(FLOW_DISSECTOR_KEY_IP) | in __parse_cls_flower()
2572 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IP)) { in __parse_cls_flower()
/kernel/linux/linux-5.10/net/sched/
Dcls_flower.c1774 FLOW_DISSECTOR_KEY_IP, ip); in fl_init_dissector()