Searched refs:outer_eth_saddr (Results 1 – 4 of 4) sorted by relevance
179 rte_ether_addr_copy(&(src->outer_eth_saddr), &(dst->outer_eth_saddr)); in insert_new_flow()196 return (rte_is_same_ether_addr(&k1.outer_eth_saddr, in is_same_vxlan_tcp4_flow()197 &k2.outer_eth_saddr) && in is_same_vxlan_tcp4_flow()371 rte_ether_addr_copy(&(outer_eth_hdr->s_addr), &(key.outer_eth_saddr)); in gro_vxlan_tcp4_reassemble()
171 rte_ether_addr_copy(&(src->outer_eth_saddr), &(dst->outer_eth_saddr)); in insert_new_flow()193 return (rte_is_same_ether_addr(&k1.outer_eth_saddr, in is_same_vxlan_udp4_flow()194 &k2.outer_eth_saddr) && in is_same_vxlan_udp4_flow()349 rte_ether_addr_copy(&(outer_eth_hdr->s_addr), &(key.outer_eth_saddr)); in gro_vxlan_udp4_reassemble()
17 struct rte_ether_addr outer_eth_saddr; member