Searched refs:other_tuple (Results 1 – 2 of 2) sorted by relevance
| /linux/net/netfilter/ |
| H A D | nf_flow_table_offload.c | 239 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 D | nf_flow_table_ip.c | 810 struct flow_offload_tuple *other_tuple; in nf_flow_encap_gso_xmit() 842 other_tuple = &flow->tuplehash[!dir].tuple; in nf_flow_offload_ip_hook() 843 ip_daddr = other_tuple->src_v4.s_addr; in nf_flow_offload_ip_hook() 845 if (nf_flow_tunnel_v4_push(state->net, skb, other_tuple, &ip_daddr) < 0) in nf_flow_offload_ip_hook() local 877 xmit.tuple = other_tuple; in nf_flow_offload_ip_hook() 1125 struct flow_offload_tuple *other_tuple; in nf_flow_offload_ipv6_forward() 1157 other_tuple = &flow->tuplehash[!dir].tuple; 1158 ip6_daddr = &other_tuple->src_v6; in nf_flow_offload_ipv6_hook() 1160 if (nf_flow_tunnel_v6_push(state->net, skb, other_tuple, in nf_flow_offload_ipv6_hook() 1193 xmit.tuple = other_tuple; in nf_flow_offload_ipv6_hook() 1164 struct flow_offload_tuple *other_tuple; nf_flow_offload_ipv6_hook() local [all...] |