Searched refs:outer_eth_saddr (Results 1 – 4 of 4) sorted by relevance
178 rte_ether_addr_copy(&(src->outer_eth_saddr), &(dst->outer_eth_saddr)); in insert_new_flow()195 return (rte_is_same_ether_addr(&k1.outer_eth_saddr, in is_same_vxlan_tcp4_flow()196 &k2.outer_eth_saddr) && in is_same_vxlan_tcp4_flow()370 rte_ether_addr_copy(&(outer_eth_hdr->src_addr), &(key.outer_eth_saddr)); in gro_vxlan_tcp4_reassemble()
170 rte_ether_addr_copy(&(src->outer_eth_saddr), &(dst->outer_eth_saddr)); in insert_new_flow()192 return (rte_is_same_ether_addr(&k1.outer_eth_saddr, in is_same_vxlan_udp4_flow()193 &k2.outer_eth_saddr) && in is_same_vxlan_udp4_flow()348 rte_ether_addr_copy(&(outer_eth_hdr->src_addr), &(key.outer_eth_saddr)); in gro_vxlan_udp4_reassemble()
17 struct rte_ether_addr outer_eth_saddr; member