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()
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()
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()
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()
238 const struct flow_offload_tuple *other_tuple, *this_tuple; flow_offload_eth_src() local
288 const struct flow_offload_tuple *other_tuple, *this_tuple; flow_offload_eth_dst() local
589 const struct flow_offload_tuple *this_tuple, *other_tuple; flow_offload_redirect() local
657 const struct flow_offload_tuple *other_tuple; flow_offload_decap_tunnel() local
686 const struct flow_offload_tuple *other_tuple; nf_flow_rule_route_common() local
802 const struct flow_offload_tuple *tuple, *other_tuple; nf_flow_offload_rule_alloc() local
[all...]
H A Dnf_flow_table_ip.c762 struct flow_offload_tuple *other_tuple; in nf_flow_offload_ip_hook() local
794 other_tuple = &flow->tuplehash[!dir].tuple; in nf_flow_offload_ip_hook()
795 ip_daddr = other_tuple->src_v4.s_addr; in nf_flow_offload_ip_hook()
797 if (nf_flow_tunnel_v4_push(state->net, skb, other_tuple, &ip_daddr) < 0) in nf_flow_offload_ip_hook()
800 if (nf_flow_encap_push(skb, other_tuple) < 0) in nf_flow_offload_ip_hook()
1082 struct flow_offload_tuple *other_tuple; in nf_flow_offload_ipv6_hook() local
1115 other_tuple = &flow->tuplehash[!dir].tuple; in nf_flow_offload_ipv6_hook()
1116 ip6_daddr = &other_tuple->src_v6; in nf_flow_offload_ipv6_hook()
1118 if (nf_flow_tunnel_v6_push(state->net, skb, other_tuple, in nf_flow_offload_ipv6_hook()
1122 if (nf_flow_encap_push(skb, other_tuple) < 0) in nf_flow_offload_ipv6_hook()