Lines Matching defs:ext

11 nfp_flower_compile_meta_tci(struct nfp_flower_meta_tci *ext,  in nfp_flower_compile_meta_tci()
78 nfp_flower_compile_mac(struct nfp_flower_mac_mpls *ext, in nfp_flower_compile_mac()
144 nfp_flower_compile_tport(struct nfp_flower_tp_ports *ext, in nfp_flower_compile_tport()
163 nfp_flower_compile_ip_ext(struct nfp_flower_ip_ext *ext, in nfp_flower_compile_ip_ext()
256 nfp_flower_compile_vlan(struct nfp_flower_vlan *ext, in nfp_flower_compile_vlan()
278 nfp_flower_compile_ipv4(struct nfp_flower_ipv4 *ext, in nfp_flower_compile_ipv4()
298 nfp_flower_compile_ipv6(struct nfp_flower_ipv6 *ext, 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()
330 nfp_flower_compile_tun_ipv4_addrs(struct nfp_flower_tun_ipv4 *ext, in nfp_flower_compile_tun_ipv4_addrs()
346 nfp_flower_compile_tun_ipv6_addrs(struct nfp_flower_tun_ipv6 *ext, in nfp_flower_compile_tun_ipv6_addrs()
362 nfp_flower_compile_tun_ip_ext(struct nfp_flower_tun_ip_ext *ext, in nfp_flower_compile_tun_ip_ext()
410 nfp_flower_compile_ipv4_gre_tun(struct nfp_flower_ipv4_gre_tun *ext, in nfp_flower_compile_ipv4_gre_tun()
428 nfp_flower_compile_ipv4_udp_tun(struct nfp_flower_ipv4_udp_tun *ext, in nfp_flower_compile_ipv4_udp_tun()
441 nfp_flower_compile_ipv6_udp_tun(struct nfp_flower_ipv6_udp_tun *ext, in nfp_flower_compile_ipv6_udp_tun()
454 nfp_flower_compile_ipv6_gre_tun(struct nfp_flower_ipv6_gre_tun *ext, in nfp_flower_compile_ipv6_gre_tun()
485 u8 *ext; in nfp_flower_compile_flow_match() local