Searched refs:ptr_mac_hdr (Results 1 – 1 of 1) sorted by relevance
172 struct rte_ether_hdr *ptr_mac_hdr; in process_frame() local174 ptr_mac_hdr = rte_pktmbuf_mtod(ptr_frame, struct rte_ether_hdr *); in process_frame()175 rte_ether_addr_copy(&ptr_mac_hdr->src_addr, &ptr_mac_hdr->dst_addr); in process_frame()176 rte_ether_addr_copy(&ptr_port->mac_addr, &ptr_mac_hdr->src_addr); in process_frame()