Home
last modified time | relevance | path

Searched refs:flow_tuple (Results 1 – 2 of 2) sorted by relevance

/linux/net/netfilter/
A Dnf_flow_table_core.c81 if (flow_tuple->l3proto == NFPROTO_IPV6) { in flow_offload_dst_cookie()
82 rt = (const struct rt6_info *)flow_tuple->dst_cache; in flow_offload_dst_cookie()
97 switch (flow_tuple->l3proto) { in flow_offload_fill_route()
99 flow_tuple->mtu = ip_dst_mtu_maybe_forward(dst, true); in flow_offload_fill_route()
102 flow_tuple->mtu = ip6_dst_mtu_maybe_forward(dst, true); in flow_offload_fill_route()
106 flow_tuple->iifidx = route->tuple[dir].in.ifindex; in flow_offload_fill_route()
111 flow_tuple->in_vlan_ingress |= BIT(j); in flow_offload_fill_route()
122 flow_tuple->out.ifidx = route->tuple[dir].out.ifindex; in flow_offload_fill_route()
130 flow_tuple->dst_cache = dst; in flow_offload_fill_route()
131 flow_tuple->dst_cookie = flow_offload_dst_cookie(flow_tuple); in flow_offload_fill_route()
[all …]
A Dnf_flow_table_inet.c29 const struct flow_offload_tuple *flow_tuple = &flow->tuplehash[dir].tuple; in nf_flow_rule_route_inet() local
32 switch (flow_tuple->l3proto) { in nf_flow_rule_route_inet()

Completed in 11 milliseconds