Home
last modified time | relevance | path

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

/Linux-v5.15/net/netfilter/
Dnf_flow_table_offload.c219 const struct flow_offload_tuple *other_tuple, *this_tuple; in flow_offload_eth_src() local
232 other_tuple = &flow->tuplehash[!dir].tuple; in flow_offload_eth_src()
233 dev = dev_get_by_index(net, other_tuple->iifidx); in flow_offload_eth_src()
266 const struct flow_offload_tuple *other_tuple, *this_tuple; in flow_offload_eth_dst() local
282 other_tuple = &flow->tuplehash[!dir].tuple; in flow_offload_eth_dst()
283 daddr = &other_tuple->src_v4; in flow_offload_eth_dst()
538 const struct flow_offload_tuple *this_tuple, *other_tuple; in flow_offload_redirect() local
550 other_tuple = &flow->tuplehash[!dir].tuple; in flow_offload_redirect()
551 ifindex = other_tuple->iifidx; in flow_offload_redirect()
595 const struct flow_offload_tuple *other_tuple; in flow_offload_decap_tunnel() local
[all …]