Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_gro/
H A Dgro_vxlan_tcp4.c180 rte_ether_addr_copy(&(src->outer_eth_daddr), &(dst->outer_eth_daddr)); in insert_new_flow()
198 rte_is_same_ether_addr(&k1.outer_eth_daddr, in is_same_vxlan_tcp4_flow()
199 &k2.outer_eth_daddr) && in is_same_vxlan_tcp4_flow()
372 rte_ether_addr_copy(&(outer_eth_hdr->d_addr), &(key.outer_eth_daddr)); in gro_vxlan_tcp4_reassemble()
H A Dgro_vxlan_udp4.c172 rte_ether_addr_copy(&(src->outer_eth_daddr), &(dst->outer_eth_daddr)); in insert_new_flow()
195 rte_is_same_ether_addr(&k1.outer_eth_daddr, in is_same_vxlan_udp4_flow()
196 &k2.outer_eth_daddr) && in is_same_vxlan_udp4_flow()
350 rte_ether_addr_copy(&(outer_eth_hdr->d_addr), &(key.outer_eth_daddr)); in gro_vxlan_udp4_reassemble()
H A Dgro_vxlan_udp4.h18 struct rte_ether_addr outer_eth_daddr; member
H A Dgro_vxlan_tcp4.h18 struct rte_ether_addr outer_eth_daddr; member