Home
last modified time | relevance | path

Searched refs:FLOW_DISSECTOR_KEY_ICMP (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/include/net/
Dflow_dissector.h263 FLOW_DISSECTOR_KEY_ICMP, /* struct flow_dissector_key_icmp */ enumerator
/kernel/linux/linux-5.10/net/core/
Dflow_offload.c117 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_ICMP, out); in flow_rule_match_icmp()
Dflow_dissector.c194 if (!dissector_uses_key(flow_dissector, FLOW_DISSECTOR_KEY_ICMP)) in __skb_flow_dissect_icmp()
198 FLOW_DISSECTOR_KEY_ICMP, in __skb_flow_dissect_icmp()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
Doffload.c143 flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_ICMP); in nfp_flower_check_higher_than_mac()
151 flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_ICMP); in nfp_flower_check_higher_than_l3()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c453 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_ICMP)) { in bnxt_tc_parse_flow()
/kernel/linux/linux-5.10/net/sched/
Dcls_flower.c1788 FLOW_DISSECTOR_KEY_ICMP, icmp); in fl_init_dissector()
/kernel/linux/linux-5.10/drivers/net/bonding/
Dbond_main.c232 .key_id = FLOW_DISSECTOR_KEY_ICMP,