Searched refs:ether_header (Results 1 – 2 of 2) sorted by relevance
39 struct ether_header *ether_header = (void *)pkt; in entry() local41 if (ether_header->ether_type != htons(0x0800)) in entry()44 struct iphdr *iphdr = (void *)(ether_header + 1); in entry()
36 const struct ether_header *eth; in entry()39 eth = rte_pktmbuf_mtod(mb, const struct ether_header *); in entry()