Home
last modified time | relevance | path

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

/Linux-v6.1/net/netfilter/
Dnf_flow_table_offload.c230 const struct flow_offload_tuple *other_tuple, *this_tuple; in flow_offload_eth_src() local
243 other_tuple = &flow->tuplehash[!dir].tuple; in flow_offload_eth_src()
244 dev = dev_get_by_index(net, other_tuple->iifidx); in flow_offload_eth_src()
277 const struct flow_offload_tuple *other_tuple, *this_tuple; in flow_offload_eth_dst() local
293 other_tuple = &flow->tuplehash[!dir].tuple; in flow_offload_eth_dst()
294 daddr = &other_tuple->src_v4; in flow_offload_eth_dst()
549 const struct flow_offload_tuple *this_tuple, *other_tuple; in flow_offload_redirect() local
561 other_tuple = &flow->tuplehash[!dir].tuple; in flow_offload_redirect()
562 ifindex = other_tuple->iifidx; in flow_offload_redirect()
606 const struct flow_offload_tuple *other_tuple; in flow_offload_decap_tunnel() local
[all …]