Searched refs:this_tuple (Results 1 – 1 of 1) sorted by relevance
219 const struct flow_offload_tuple *other_tuple, *this_tuple; in flow_offload_eth_src() local225 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()266 const struct flow_offload_tuple *other_tuple, *this_tuple; in flow_offload_eth_dst() local275 this_tuple = &flow->tuplehash[dir].tuple; in flow_offload_eth_dst()277 switch (this_tuple->xmit_type) { in flow_offload_eth_dst()279 ether_addr_copy(ha, this_tuple->out.h_dest); in flow_offload_eth_dst()284 dst_cache = this_tuple->dst_cache; in flow_offload_eth_dst()538 const struct flow_offload_tuple *this_tuple, *other_tuple; in flow_offload_redirect() local[all …]