Lines Matching refs:eth_hdr
72 struct rte_ether_hdr *eth_hdr; in eth_pkt_parse_cb() local
109 eth_hdr = rte_pktmbuf_mtod(mbuf0, struct rte_ether_hdr *); in eth_pkt_parse_cb()
110 etype = eth_hdr->ether_type; in eth_pkt_parse_cb()
114 eth_hdr = rte_pktmbuf_mtod(mbuf1, struct rte_ether_hdr *); in eth_pkt_parse_cb()
115 etype = eth_hdr->ether_type; in eth_pkt_parse_cb()
119 eth_hdr = rte_pktmbuf_mtod(mbuf2, struct rte_ether_hdr *); in eth_pkt_parse_cb()
120 etype = eth_hdr->ether_type; in eth_pkt_parse_cb()
124 eth_hdr = rte_pktmbuf_mtod(mbuf3, struct rte_ether_hdr *); in eth_pkt_parse_cb()
125 etype = eth_hdr->ether_type; in eth_pkt_parse_cb()
136 eth_hdr = rte_pktmbuf_mtod(mbuf0, struct rte_ether_hdr *); in eth_pkt_parse_cb()
137 etype = eth_hdr->ether_type; in eth_pkt_parse_cb()