Home
last modified time | relevance | path

Searched refs:eth_daddr (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/lib/librte_gro/
H A Dgro_udp4.h24 struct rte_ether_addr eth_daddr; member
182 rte_is_same_ether_addr(&k1.eth_daddr, &k2.eth_daddr) && in is_same_udp4_flow()
H A Dgro_tcp4.h29 struct rte_ether_addr eth_daddr; member
192 rte_is_same_ether_addr(&k1.eth_daddr, &k2.eth_daddr) && in is_same_tcp4_flow()
H A Dgro_tcp4.c164 rte_ether_addr_copy(&(src->eth_daddr), &(dst->eth_daddr)); in insert_new_flow()
247 rte_ether_addr_copy(&(eth_hdr->d_addr), &(key.eth_daddr)); in gro_tcp4_reassemble()
H A Dgro_udp4.c162 rte_ether_addr_copy(&(src->eth_daddr), &(dst->eth_daddr)); in insert_new_flow()
242 rte_ether_addr_copy(&(eth_hdr->d_addr), &(key.eth_daddr)); in gro_udp4_reassemble()
H A Dgro_vxlan_tcp4.c169 rte_ether_addr_copy(&(src->inner_key.eth_daddr), in insert_new_flow()
170 &(dst->inner_key.eth_daddr)); in insert_new_flow()
362 rte_ether_addr_copy(&(eth_hdr->d_addr), &(key.inner_key.eth_daddr)); in gro_vxlan_tcp4_reassemble()
H A Dgro_vxlan_udp4.c163 rte_ether_addr_copy(&(src->inner_key.eth_daddr), in insert_new_flow()
164 &(dst->inner_key.eth_daddr)); in insert_new_flow()
342 rte_ether_addr_copy(&(eth_hdr->d_addr), &(key.inner_key.eth_daddr)); in gro_vxlan_udp4_reassemble()