Lines Matching defs:rule
13 struct flow_rule *rule, u8 key_type, bool qinq_sup) in nfp_flower_compile_meta_tci()
79 struct nfp_flower_mac_mpls *msk, struct flow_rule *rule, in nfp_flower_compile_mac()
146 struct flow_rule *rule) in nfp_flower_compile_tport()
164 struct nfp_flower_ip_ext *msk, struct flow_rule *rule) in nfp_flower_compile_ip_ext()
258 struct flow_rule *rule) in nfp_flower_compile_vlan()
279 struct nfp_flower_ipv4 *msk, struct flow_rule *rule) in nfp_flower_compile_ipv4()
299 struct nfp_flower_ipv6 *msk, struct flow_rule *rule) in nfp_flower_compile_ipv6()
318 nfp_flower_compile_geneve_opt(void *ext, void *msk, struct flow_rule *rule) in nfp_flower_compile_geneve_opt()
332 struct flow_rule *rule) in nfp_flower_compile_tun_ipv4_addrs()
348 struct flow_rule *rule) in nfp_flower_compile_tun_ipv6_addrs()
364 struct flow_rule *rule) in nfp_flower_compile_tun_ip_ext()
379 struct flow_rule *rule) in nfp_flower_compile_tun_udp_key()
395 __be16 *flags_msk, struct flow_rule *rule) in nfp_flower_compile_tun_gre_key()
412 struct flow_rule *rule) in nfp_flower_compile_ipv4_gre_tun()
430 struct flow_rule *rule) in nfp_flower_compile_ipv4_udp_tun()
443 struct flow_rule *rule) in nfp_flower_compile_ipv6_udp_tun()
456 struct flow_rule *rule) in nfp_flower_compile_ipv6_gre_tun()
479 struct flow_rule *rule = flow_cls_offload_flow_rule(flow); in nfp_flower_compile_flow_match() local