Searched refs:ether_hdr (Results 1 – 4 of 4) sorted by relevance
255 struct ether_hdr *eth_hdr = rte_pktmbuf_mtod(txm, struct ether_hdr *); in ionic_tx_tcp_pseudo_csum()275 struct ether_hdr *eth_hdr = rte_pktmbuf_mtod(txm, struct ether_hdr *); in ionic_tx_tcp_inner_pseudo_csum()
710 rte_prefetch0(rte_pktmbuf_mtod(pkts[0], struct ether_hdr *)); in lpm_cb_parse_ptype()713 struct ether_hdr *)); in lpm_cb_parse_ptype()
919 struct rte_ether_hdr *ether_hdr; in bond_ethdev_tx_burst_tlb() local943 ether_hdr = rte_pktmbuf_mtod(bufs[j], in bond_ethdev_tx_burst_tlb()945 if (rte_is_same_ether_addr(ðer_hdr->src_addr, in bond_ethdev_tx_burst_tlb()948 ðer_hdr->src_addr); in bond_ethdev_tx_burst_tlb()950 mode6_debug("TX IPv4:", ether_hdr, slaves[i], &burstnumberTX); in bond_ethdev_tx_burst_tlb()
1973 struct ether_hdr *hdr = NULL; in test_pktmbuf_read_from_offset()1989 hdr = (struct ether_hdr *)rte_pktmbuf_prepend(m, hdr_len); in test_pktmbuf_read_from_offset()2062 if (hdr != (const struct ether_hdr *)data_copy) in test_pktmbuf_read_from_offset()