Lines Matching refs:ext
198 u8 *ext; in nfp_flower_compile_flow_match() local
204 ext = nfp_flow->unmasked_data; in nfp_flower_compile_flow_match()
208 nfp_flower_compile_meta_tci((struct nfp_flower_meta_two *)ext, in nfp_flower_compile_flow_match()
213 ext += sizeof(struct nfp_flower_meta_two); in nfp_flower_compile_flow_match()
217 err = nfp_flower_compile_port((struct nfp_flower_in_port *)ext, in nfp_flower_compile_flow_match()
230 ext += sizeof(struct nfp_flower_in_port); in nfp_flower_compile_flow_match()
234 nfp_flower_compile_meta((struct nfp_flower_meta_one *)ext, in nfp_flower_compile_flow_match()
239 ext += sizeof(struct nfp_flower_meta_one); in nfp_flower_compile_flow_match()
252 nfp_flower_compile_mac((struct nfp_flower_mac_mpls *)ext, in nfp_flower_compile_flow_match()
257 ext += sizeof(struct nfp_flower_mac_mpls); in nfp_flower_compile_flow_match()
263 nfp_flower_compile_tport((struct nfp_flower_tp_ports *)ext, in nfp_flower_compile_flow_match()
268 ext += sizeof(struct nfp_flower_tp_ports); in nfp_flower_compile_flow_match()
274 nfp_flower_compile_ipv4((struct nfp_flower_ipv4 *)ext, in nfp_flower_compile_flow_match()
279 ext += sizeof(struct nfp_flower_ipv4); in nfp_flower_compile_flow_match()
285 nfp_flower_compile_ipv6((struct nfp_flower_ipv6 *)ext, in nfp_flower_compile_flow_match()
290 ext += sizeof(struct nfp_flower_ipv6); in nfp_flower_compile_flow_match()