Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dflow_dissector.h232 FLOW_DISSECTOR_KEY_ICMP, /* struct flow_dissector_key_icmp */ enumerator
/Linux-v5.4/net/core/
Dflow_offload.c110 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_ICMP, out); in flow_rule_match_icmp()
Dflow_dissector.c1312 FLOW_DISSECTOR_KEY_ICMP)) { in __skb_flow_dissect()
1314 FLOW_DISSECTOR_KEY_ICMP, in __skb_flow_dissect()
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/flower/
Doffload.c136 flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_ICMP); in nfp_flower_check_higher_than_mac()
144 flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_ICMP); in nfp_flower_check_higher_than_l3()
/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c258 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_ICMP)) { in bnxt_tc_parse_flow()
/Linux-v5.4/net/sched/
Dcls_flower.c1331 FLOW_DISSECTOR_KEY_ICMP, icmp); in fl_init_dissector()