Searched refs:ether_hdr (Results 1 – 4 of 4) sorted by relevance
236 struct ether_hdr *eth_hdr = rte_pktmbuf_mtod(txm, struct ether_hdr *); in ionic_tx_tcp_pseudo_csum()256 struct ether_hdr *eth_hdr = rte_pktmbuf_mtod(txm, struct ether_hdr *); in ionic_tx_tcp_inner_pseudo_csum()
609 rte_prefetch0(rte_pktmbuf_mtod(pkts[0], struct ether_hdr *)); in lpm_cb_parse_ptype()612 struct ether_hdr *)); in lpm_cb_parse_ptype()
923 struct rte_ether_hdr *ether_hdr; in bond_ethdev_tx_burst_tlb() local947 ether_hdr = rte_pktmbuf_mtod(bufs[j], in bond_ethdev_tx_burst_tlb()949 if (rte_is_same_ether_addr(ðer_hdr->s_addr, in bond_ethdev_tx_burst_tlb()952 ðer_hdr->s_addr); in bond_ethdev_tx_burst_tlb()954 mode6_debug("TX IPv4:", ether_hdr, slaves[i], &burstnumberTX); in bond_ethdev_tx_burst_tlb()
1968 struct ether_hdr *hdr = NULL; in test_pktmbuf_read_from_offset()1984 hdr = (struct ether_hdr *)rte_pktmbuf_prepend(m, hdr_len); in test_pktmbuf_read_from_offset()2061 if (hdr != (const struct ether_hdr *)data_copy) in test_pktmbuf_read_from_offset()