Searched refs:this_tuple (Results 1 – 1 of 1) sorted by relevance
230 const struct flow_offload_tuple *other_tuple, *this_tuple; in flow_offload_eth_src() local236 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()277 const struct flow_offload_tuple *other_tuple, *this_tuple; in flow_offload_eth_dst() local286 this_tuple = &flow->tuplehash[dir].tuple; in flow_offload_eth_dst()288 switch (this_tuple->xmit_type) { in flow_offload_eth_dst()290 ether_addr_copy(ha, this_tuple->out.h_dest); in flow_offload_eth_dst()295 dst_cache = this_tuple->dst_cache; in flow_offload_eth_dst()549 const struct flow_offload_tuple *this_tuple, *other_tuple; in flow_offload_redirect() local[all …]