Searched refs:this_tuple (Results 1 – 1 of 1) sorted by relevance
239 const struct flow_offload_tuple *other_tuple, *this_tuple; in flow_offload_eth_src() local248 this_tuple = &flow->tuplehash[dir].tuple; in flow_offload_eth_src()250 switch (this_tuple->xmit_type) { in flow_offload_eth_src()252 addr = this_tuple->out.h_source; in flow_offload_eth_src()289 const struct flow_offload_tuple *other_tuple, *this_tuple; in flow_offload_eth_dst() local301 this_tuple = &flow->tuplehash[dir].tuple; in flow_offload_eth_dst()303 switch (this_tuple->xmit_type) { in flow_offload_eth_dst()305 ether_addr_copy(ha, this_tuple->out.h_dest); in flow_offload_eth_dst()310 dst_cache = this_tuple->dst_cache; in flow_offload_eth_dst()590 const struct flow_offload_tuple *this_tuple, *other_tuple; in flow_offload_redirect() local[all …]