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 | 802 struct flow_offload_tuple *other_tuple; in nf_flow_queue_xmit4() local 820 other_tuple = &flow->tuplehash[!dir].tuple; in nf_flow_queue_xmit4() 821 ip_daddr = other_tuple->src_v4.s_addr; in nf_flow_queue_xmit4() 823 if (nf_flow_tunnel_v4_push(state->net, skb, other_tuple, in nf_flow_queue_xmit4() 857 xmit.tuple = other_tuple; in nf_flow_queue_xmit4() 1130 struct flow_offload_tuple *other_tuple; in nf_flow_queue_xmit6() local 1148 other_tuple = &flow->tuplehash[!dir].tuple; in nf_flow_queue_xmit6() 1149 ip6_daddr = &other_tuple->src_v6; in nf_flow_queue_xmit6() 1151 if (nf_flow_tunnel_v6_push(state->net, skb, other_tuple, in nf_flow_queue_xmit6() 1186 xmit.tuple = other_tuple; in nf_flow_queue_xmit6()
|