Searched refs:flow_tuple (Results 1 – 2 of 2) sorted by relevance
80 if (flow_tuple->l3proto == NFPROTO_IPV6) in flow_offload_dst_cookie()104 switch (flow_tuple->l3proto) { in flow_offload_fill_route()106 flow_tuple->mtu = ip_dst_mtu_maybe_forward(dst, true); in flow_offload_fill_route()109 flow_tuple->mtu = ip6_dst_mtu_maybe_forward(dst, true); in flow_offload_fill_route()113 flow_tuple->iifidx = route->tuple[dir].in.ifindex; in flow_offload_fill_route()118 flow_tuple->in_vlan_ingress |= BIT(j); in flow_offload_fill_route()121 flow_tuple->encap_num = route->tuple[dir].in.num_encaps; in flow_offload_fill_route()129 flow_tuple->out.ifidx = route->tuple[dir].out.ifindex; in flow_offload_fill_route()135 flow_tuple->dst_cache = dst; in flow_offload_fill_route()136 flow_tuple->dst_cookie = flow_offload_dst_cookie(flow_tuple); in flow_offload_fill_route()[all …]
50 const struct flow_offload_tuple *flow_tuple = &flow->tuplehash[dir].tuple; in nf_flow_rule_route_inet() local53 switch (flow_tuple->l3proto) { in nf_flow_rule_route_inet()
Completed in 6 milliseconds