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.c236 this_tuple = &flow->tuplehash[dir].tuple; in flow_offload_eth_src()
238 switch (this_tuple->xmit_type) { in flow_offload_eth_src()
240 addr = this_tuple->out.h_source; in flow_offload_eth_src()
286 this_tuple = &flow->tuplehash[dir].tuple; in flow_offload_eth_dst()
288 switch (this_tuple->xmit_type) { in flow_offload_eth_dst()
295 dst_cache = this_tuple->dst_cache; in flow_offload_eth_dst()
554 this_tuple = &flow->tuplehash[dir].tuple; in flow_offload_redirect()
555 switch (this_tuple->xmit_type) { in flow_offload_redirect()
558 ifindex = this_tuple->out.hw_ifidx; in flow_offload_redirect()
585 this_tuple = &flow->tuplehash[dir].tuple; in flow_offload_encap_tunnel()
[all …]

Completed in 7 milliseconds