Searched refs:flow_tuple (Results 1 – 2 of 2) sorted by relevance
78 static u32 flow_offload_dst_cookie(struct flow_offload_tuple *flow_tuple) in flow_offload_dst_cookie() argument82 if (flow_tuple->l3proto == NFPROTO_IPV6) { in flow_offload_dst_cookie()83 rt = (const struct rt6_info *)flow_tuple->dst_cache; in flow_offload_dst_cookie()94 struct flow_offload_tuple *flow_tuple = &flow->tuplehash[dir].tuple; in flow_offload_fill_route() local98 switch (flow_tuple->l3proto) { in flow_offload_fill_route()100 flow_tuple->mtu = ip_dst_mtu_maybe_forward(dst, true); in flow_offload_fill_route()103 flow_tuple->mtu = ip6_dst_mtu_maybe_forward(dst, true); in flow_offload_fill_route()107 flow_tuple->iifidx = route->tuple[dir].in.ifindex; in flow_offload_fill_route()109 flow_tuple->encap[j].id = route->tuple[dir].in.encap[i].id; in flow_offload_fill_route()110 flow_tuple->encap[j].proto = route->tuple[dir].in.encap[i].proto; in flow_offload_fill_route()[all …]
46 const struct flow_offload_tuple *flow_tuple = &flow->tuplehash[dir].tuple; in nf_flow_rule_route_inet() local49 switch (flow_tuple->l3proto) { in nf_flow_rule_route_inet()