Lines Matching defs:ext
11 nfp_flower_compile_meta(struct nfp_flower_meta_tci *ext, in nfp_flower_compile_meta()
23 nfp_flower_compile_tci(struct nfp_flower_meta_tci *ext, in nfp_flower_compile_tci()
52 nfp_flower_compile_meta_tci(struct nfp_flower_meta_tci *ext, in nfp_flower_compile_meta_tci()
95 nfp_flower_compile_mac(struct nfp_flower_mac_mpls *ext, in nfp_flower_compile_mac()
119 nfp_flower_compile_mpls(struct nfp_flower_mac_mpls *ext, in nfp_flower_compile_mpls()
174 nfp_flower_compile_mac_mpls(struct nfp_flower_mac_mpls *ext, in nfp_flower_compile_mac_mpls()
188 nfp_flower_compile_tport(struct nfp_flower_tp_ports *ext, in nfp_flower_compile_tport()
209 nfp_flower_compile_ip_ext(struct nfp_flower_ip_ext *ext, in nfp_flower_compile_ip_ext()
286 struct nfp_flower_vlan *ext, in nfp_flower_fill_vlan()
318 nfp_flower_compile_vlan(struct nfp_flower_vlan *ext, in nfp_flower_compile_vlan()
335 nfp_flower_compile_ipv4(struct nfp_flower_ipv4 *ext, in nfp_flower_compile_ipv4()
357 nfp_flower_compile_ipv6(struct nfp_flower_ipv6 *ext, in nfp_flower_compile_ipv6()
385 nfp_flower_compile_geneve_opt(u8 *ext, u8 *msk, struct flow_rule *rule) in nfp_flower_compile_geneve_opt()
401 nfp_flower_compile_tun_ipv4_addrs(struct nfp_flower_tun_ipv4 *ext, in nfp_flower_compile_tun_ipv4_addrs()
417 nfp_flower_compile_tun_ipv6_addrs(struct nfp_flower_tun_ipv6 *ext, in nfp_flower_compile_tun_ipv6_addrs()
438 nfp_flower_compile_tun_ip_ext(struct nfp_flower_tun_ip_ext *ext, in nfp_flower_compile_tun_ip_ext()
487 nfp_flower_compile_ipv4_gre_tun(struct nfp_flower_ipv4_gre_tun *ext, in nfp_flower_compile_ipv4_gre_tun()
502 nfp_flower_compile_ipv4_udp_tun(struct nfp_flower_ipv4_udp_tun *ext, in nfp_flower_compile_ipv4_udp_tun()
512 nfp_flower_compile_ipv6_udp_tun(struct nfp_flower_ipv6_udp_tun *ext, in nfp_flower_compile_ipv6_udp_tun()
522 nfp_flower_compile_ipv6_gre_tun(struct nfp_flower_ipv6_gre_tun *ext, in nfp_flower_compile_ipv6_gre_tun()
549 u8 *ext; in nfp_flower_compile_flow_match() local