Home
last modified time | relevance | path

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

/linux/net/netfilter/
A Dnf_flow_table_offload.c225 this_tuple = &flow->tuplehash[dir].tuple; in flow_offload_eth_src()
227 switch (this_tuple->xmit_type) { in flow_offload_eth_src()
229 addr = this_tuple->out.h_source; in flow_offload_eth_src()
275 this_tuple = &flow->tuplehash[dir].tuple; in flow_offload_eth_dst()
277 switch (this_tuple->xmit_type) { in flow_offload_eth_dst()
284 dst_cache = this_tuple->dst_cache; in flow_offload_eth_dst()
543 this_tuple = &flow->tuplehash[dir].tuple; in flow_offload_redirect()
544 switch (this_tuple->xmit_type) { in flow_offload_redirect()
547 ifindex = this_tuple->out.hw_ifidx; in flow_offload_redirect()
574 this_tuple = &flow->tuplehash[dir].tuple; in flow_offload_encap_tunnel()
[all …]

Completed in 21 milliseconds