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() argument80 if (flow_tuple->l3proto == NFPROTO_IPV6) in flow_offload_dst_cookie()81 return rt6_get_cookie(dst_rt6_info(flow_tuple->dst_cache)); in flow_offload_dst_cookie()100 struct flow_offload_tuple *flow_tuple = &flow->tuplehash[dir].tuple; in flow_offload_fill_route() local104 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()115 flow_tuple->encap[j].id = route->tuple[dir].in.encap[i].id; in flow_offload_fill_route()116 flow_tuple->encap[j].proto = route->tuple[dir].in.encap[i].proto; 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()