Searched refs:outer_eth_hdr (Results 1 – 2 of 2) sorted by relevance
293 struct rte_ether_hdr *outer_eth_hdr, *eth_hdr; in gro_vxlan_tcp4_reassemble() local317 outer_eth_hdr = rte_pktmbuf_mtod(pkt, struct rte_ether_hdr *); in gro_vxlan_tcp4_reassemble()318 outer_ipv4_hdr = (struct rte_ipv4_hdr *)((char *)outer_eth_hdr + in gro_vxlan_tcp4_reassemble()371 rte_ether_addr_copy(&(outer_eth_hdr->s_addr), &(key.outer_eth_saddr)); in gro_vxlan_tcp4_reassemble()372 rte_ether_addr_copy(&(outer_eth_hdr->d_addr), &(key.outer_eth_daddr)); in gro_vxlan_tcp4_reassemble()
290 struct rte_ether_hdr *outer_eth_hdr, *eth_hdr; in gro_vxlan_udp4_reassemble() local306 outer_eth_hdr = rte_pktmbuf_mtod(pkt, struct rte_ether_hdr *); in gro_vxlan_udp4_reassemble()307 outer_ipv4_hdr = (struct rte_ipv4_hdr *)((char *)outer_eth_hdr + in gro_vxlan_udp4_reassemble()349 rte_ether_addr_copy(&(outer_eth_hdr->s_addr), &(key.outer_eth_saddr)); in gro_vxlan_udp4_reassemble()350 rte_ether_addr_copy(&(outer_eth_hdr->d_addr), &(key.outer_eth_daddr)); in gro_vxlan_udp4_reassemble()