Lines Matching refs:eth_hdr
71 struct rte_ether_hdr *eth_hdr; in eth_pkt_parse_cb() local
108 eth_hdr = rte_pktmbuf_mtod(mbuf0, struct rte_ether_hdr *); in eth_pkt_parse_cb()
109 etype = eth_hdr->ether_type; in eth_pkt_parse_cb()
113 eth_hdr = rte_pktmbuf_mtod(mbuf1, struct rte_ether_hdr *); in eth_pkt_parse_cb()
114 etype = eth_hdr->ether_type; in eth_pkt_parse_cb()
118 eth_hdr = rte_pktmbuf_mtod(mbuf2, struct rte_ether_hdr *); in eth_pkt_parse_cb()
119 etype = eth_hdr->ether_type; in eth_pkt_parse_cb()
123 eth_hdr = rte_pktmbuf_mtod(mbuf3, struct rte_ether_hdr *); in eth_pkt_parse_cb()
124 etype = eth_hdr->ether_type; in eth_pkt_parse_cb()
135 eth_hdr = rte_pktmbuf_mtod(mbuf0, struct rte_ether_hdr *); in eth_pkt_parse_cb()
136 etype = eth_hdr->ether_type; in eth_pkt_parse_cb()