Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_flow_table_offload.c239 const struct flow_offload_tuple *other_tuple, *this_tuple; in flow_offload_eth_src() local
255 other_tuple = &flow->tuplehash[!dir].tuple; in flow_offload_eth_src()
256 dev = dev_get_by_index(net, other_tuple->iifidx); in flow_offload_eth_src()
289 const struct flow_offload_tuple *other_tuple, *this_tuple; in flow_offload_eth_dst() local
308 other_tuple = &flow->tuplehash[!dir].tuple; in flow_offload_eth_dst()
309 daddr = &other_tuple->src_v4; in flow_offload_eth_dst()
590 const struct flow_offload_tuple *this_tuple, *other_tuple; in flow_offload_redirect() local
602 other_tuple = &flow->tuplehash[!dir].tuple; in flow_offload_redirect()
603 ifindex = other_tuple->iifidx; in flow_offload_redirect()
658 const struct flow_offload_tuple *other_tuple; in flow_offload_decap_tunnel() local
[all …]
H A Dnf_flow_table_ip.c845 struct flow_offload_tuple *other_tuple; in nf_flow_offload_ip_hook() local
877 other_tuple = &flow->tuplehash[!dir].tuple; in nf_flow_offload_ip_hook()
878 ip_daddr = other_tuple->src_v4.s_addr; in nf_flow_offload_ip_hook()
880 if (nf_flow_tunnel_v4_push(state->net, skb, other_tuple, &ip_daddr) < 0) in nf_flow_offload_ip_hook()
912 xmit.tuple = other_tuple; in nf_flow_offload_ip_hook()
1164 struct flow_offload_tuple *other_tuple; in nf_flow_offload_ipv6_hook() local
1197 other_tuple = &flow->tuplehash[!dir].tuple; in nf_flow_offload_ipv6_hook()
1198 ip6_daddr = &other_tuple->src_v6; in nf_flow_offload_ipv6_hook()
1200 if (nf_flow_tunnel_v6_push(state->net, skb, other_tuple, in nf_flow_offload_ipv6_hook()
1233 xmit.tuple = other_tuple; in nf_flow_offload_ipv6_hook()