Lines Matching refs:flow_rule
10 struct flow_rule *flow_rule_alloc(unsigned int num_actions) in flow_rule_alloc()
12 struct flow_rule *rule; in flow_rule_alloc()
58 void flow_rule_match_meta(const struct flow_rule *rule, in flow_rule_match_meta()
65 void flow_rule_match_basic(const struct flow_rule *rule, in flow_rule_match_basic()
72 void flow_rule_match_control(const struct flow_rule *rule, in flow_rule_match_control()
79 void flow_rule_match_eth_addrs(const struct flow_rule *rule, in flow_rule_match_eth_addrs()
86 void flow_rule_match_vlan(const struct flow_rule *rule, in flow_rule_match_vlan()
93 void flow_rule_match_cvlan(const struct flow_rule *rule, in flow_rule_match_cvlan()
100 void flow_rule_match_arp(const struct flow_rule *rule, in flow_rule_match_arp()
107 void flow_rule_match_ipv4_addrs(const struct flow_rule *rule, in flow_rule_match_ipv4_addrs()
114 void flow_rule_match_ipv6_addrs(const struct flow_rule *rule, in flow_rule_match_ipv6_addrs()
121 void flow_rule_match_ip(const struct flow_rule *rule, in flow_rule_match_ip()
128 void flow_rule_match_ports(const struct flow_rule *rule, in flow_rule_match_ports()
135 void flow_rule_match_ports_range(const struct flow_rule *rule, in flow_rule_match_ports_range()
142 void flow_rule_match_tcp(const struct flow_rule *rule, in flow_rule_match_tcp()
149 void flow_rule_match_icmp(const struct flow_rule *rule, in flow_rule_match_icmp()
156 void flow_rule_match_mpls(const struct flow_rule *rule, in flow_rule_match_mpls()
163 void flow_rule_match_enc_control(const struct flow_rule *rule, in flow_rule_match_enc_control()
170 void flow_rule_match_enc_ipv4_addrs(const struct flow_rule *rule, in flow_rule_match_enc_ipv4_addrs()
177 void flow_rule_match_enc_ipv6_addrs(const struct flow_rule *rule, in flow_rule_match_enc_ipv6_addrs()
184 void flow_rule_match_enc_ip(const struct flow_rule *rule, in flow_rule_match_enc_ip()
191 void flow_rule_match_enc_ports(const struct flow_rule *rule, in flow_rule_match_enc_ports()
198 void flow_rule_match_enc_keyid(const struct flow_rule *rule, in flow_rule_match_enc_keyid()
205 void flow_rule_match_enc_opts(const struct flow_rule *rule, in flow_rule_match_enc_opts()
233 void flow_rule_match_ct(const struct flow_rule *rule, in flow_rule_match_ct()
240 void flow_rule_match_pppoe(const struct flow_rule *rule, in flow_rule_match_pppoe()
247 void flow_rule_match_l2tpv3(const struct flow_rule *rule, in flow_rule_match_l2tpv3()