Lines Matching full:flow

13 			    struct flow_cls_offload *flow, u8 key_type)  in nfp_flower_compile_meta_tci()  argument
15 struct flow_rule *rule = flow_cls_offload_flow_rule(flow); in nfp_flower_compile_meta_tci()
81 struct flow_cls_offload *flow) in nfp_flower_compile_mac() argument
83 struct flow_rule *rule = flow_cls_offload_flow_rule(flow); in nfp_flower_compile_mac()
133 struct flow_cls_offload *flow) in nfp_flower_compile_tport() argument
135 struct flow_rule *rule = flow_cls_offload_flow_rule(flow); in nfp_flower_compile_tport()
154 struct flow_cls_offload *flow) in nfp_flower_compile_ip_ext() argument
156 struct flow_rule *rule = flow_cls_offload_flow_rule(flow); in nfp_flower_compile_ip_ext()
228 struct flow_cls_offload *flow) in nfp_flower_compile_ipv4() argument
230 struct flow_rule *rule = flow_cls_offload_flow_rule(flow); in nfp_flower_compile_ipv4()
244 nfp_flower_compile_ip_ext(&ext->ip_ext, &msk->ip_ext, flow); in nfp_flower_compile_ipv4()
250 struct flow_cls_offload *flow) in nfp_flower_compile_ipv6() argument
252 struct flow_rule *rule = flow_cls_offload_flow_rule(flow); in nfp_flower_compile_ipv6()
267 nfp_flower_compile_ip_ext(&ext->ip_ext, &msk->ip_ext, flow); in nfp_flower_compile_ipv6()
272 struct flow_cls_offload *flow) in nfp_flower_compile_geneve_opt() argument
276 flow_rule_match_enc_opts(flow->rule, &match); in nfp_flower_compile_geneve_opt()
286 struct flow_cls_offload *flow) in nfp_flower_compile_tun_ipv4_addrs() argument
288 struct flow_rule *rule = flow_cls_offload_flow_rule(flow); in nfp_flower_compile_tun_ipv4_addrs()
304 struct flow_cls_offload *flow) in nfp_flower_compile_tun_ip_ext() argument
306 struct flow_rule *rule = flow_cls_offload_flow_rule(flow); in nfp_flower_compile_tun_ip_ext()
322 struct flow_cls_offload *flow) in nfp_flower_compile_ipv4_gre_tun() argument
324 struct flow_rule *rule = flow_cls_offload_flow_rule(flow); in nfp_flower_compile_ipv4_gre_tun()
344 nfp_flower_compile_tun_ipv4_addrs(&ext->ipv4, &msk->ipv4, flow); in nfp_flower_compile_ipv4_gre_tun()
345 nfp_flower_compile_tun_ip_ext(&ext->ip_ext, &msk->ip_ext, flow); in nfp_flower_compile_ipv4_gre_tun()
351 struct flow_cls_offload *flow) in nfp_flower_compile_ipv4_udp_tun() argument
353 struct flow_rule *rule = flow_cls_offload_flow_rule(flow); in nfp_flower_compile_ipv4_udp_tun()
369 nfp_flower_compile_tun_ipv4_addrs(&ext->ipv4, &msk->ipv4, flow); in nfp_flower_compile_ipv4_udp_tun()
370 nfp_flower_compile_tun_ip_ext(&ext->ip_ext, &msk->ip_ext, flow); in nfp_flower_compile_ipv4_udp_tun()
374 struct flow_cls_offload *flow, in nfp_flower_compile_flow_match() argument
396 flow, key_ls->key_layer); in nfp_flower_compile_flow_match()
428 flow); in nfp_flower_compile_flow_match()
436 flow); in nfp_flower_compile_flow_match()
444 flow); in nfp_flower_compile_flow_match()
452 flow); in nfp_flower_compile_flow_match()
460 nfp_flower_compile_ipv4_gre_tun((void *)ext, (void *)msk, flow); in nfp_flower_compile_flow_match()
476 nfp_flower_compile_ipv4_udp_tun((void *)ext, (void *)msk, flow); in nfp_flower_compile_flow_match()
488 err = nfp_flower_compile_geneve_opt(ext, msk, flow); in nfp_flower_compile_flow_match()