Home
last modified time | relevance | path

Searched refs:outer_eth_saddr (Results 1 – 4 of 4) sorted by relevance

/dpdk/lib/gro/
H A Dgro_vxlan_tcp4.c178 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()
H A Dgro_vxlan_udp4.c170 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()
H A Dgro_vxlan_udp4.h17 struct rte_ether_addr outer_eth_saddr; member
H A Dgro_vxlan_tcp4.h17 struct rte_ether_addr outer_eth_saddr; member