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()
56 void flow_rule_match_meta(const struct flow_rule *rule, in flow_rule_match_meta()
63 void flow_rule_match_basic(const struct flow_rule *rule, in flow_rule_match_basic()
70 void flow_rule_match_control(const struct flow_rule *rule, in flow_rule_match_control()
77 void flow_rule_match_eth_addrs(const struct flow_rule *rule, in flow_rule_match_eth_addrs()
84 void flow_rule_match_vlan(const struct flow_rule *rule, in flow_rule_match_vlan()
91 void flow_rule_match_cvlan(const struct flow_rule *rule, in flow_rule_match_cvlan()
98 void flow_rule_match_arp(const struct flow_rule *rule, in flow_rule_match_arp()
105 void flow_rule_match_ipv4_addrs(const struct flow_rule *rule, in flow_rule_match_ipv4_addrs()
112 void flow_rule_match_ipv6_addrs(const struct flow_rule *rule, in flow_rule_match_ipv6_addrs()
119 void flow_rule_match_ip(const struct flow_rule *rule, in flow_rule_match_ip()
126 void flow_rule_match_ports(const struct flow_rule *rule, in flow_rule_match_ports()
133 void flow_rule_match_ports_range(const struct flow_rule *rule, in flow_rule_match_ports_range()
140 void flow_rule_match_tcp(const struct flow_rule *rule, in flow_rule_match_tcp()
147 void flow_rule_match_ipsec(const struct flow_rule *rule, in flow_rule_match_ipsec()
154 void flow_rule_match_icmp(const struct flow_rule *rule, in flow_rule_match_icmp()
161 void flow_rule_match_mpls(const struct flow_rule *rule, in flow_rule_match_mpls()
168 void flow_rule_match_enc_control(const struct flow_rule *rule, in flow_rule_match_enc_control()
175 void flow_rule_match_enc_ipv4_addrs(const struct flow_rule *rule, in flow_rule_match_enc_ipv4_addrs()
182 void flow_rule_match_enc_ipv6_addrs(const struct flow_rule *rule, in flow_rule_match_enc_ipv6_addrs()
189 void flow_rule_match_enc_ip(const struct flow_rule *rule, in flow_rule_match_enc_ip()
196 void flow_rule_match_enc_ports(const struct flow_rule *rule, in flow_rule_match_enc_ports()
203 void flow_rule_match_enc_keyid(const struct flow_rule *rule, in flow_rule_match_enc_keyid()
210 void flow_rule_match_enc_opts(const struct flow_rule *rule, in flow_rule_match_enc_opts()
238 void flow_rule_match_ct(const struct flow_rule *rule, in flow_rule_match_ct()
245 void flow_rule_match_pppoe(const struct flow_rule *rule, in flow_rule_match_pppoe()
252 void flow_rule_match_l2tpv3(const struct flow_rule *rule, in flow_rule_match_l2tpv3()