Searched refs:FLOW_DISSECTOR_MATCH (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/net/core/ |
A D | flow_offload.c | 51 #define FLOW_DISSECTOR_MATCH(__rule, __type, __out) \ macro 61 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_META, out); in flow_rule_match_meta() 68 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_BASIC, out); in flow_rule_match_basic() 89 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_VLAN, out); in flow_rule_match_vlan() 96 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_CVLAN, out); in flow_rule_match_cvlan() 103 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_ARP, out); in flow_rule_match_arp() 124 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_IP, out); in flow_rule_match_ip() 145 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_TCP, out); in flow_rule_match_tcp() 152 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_ICMP, out); in flow_rule_match_icmp() 159 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_MPLS, out); in flow_rule_match_mpls() [all …]
|
Completed in 33 milliseconds