Home
last modified time | relevance | path

Searched refs:ether_hdr (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/ionic/
H A Dionic_rxtx.c255 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()
/dpdk/examples/l3fwd/
H A Dl3fwd_lpm.c710 rte_prefetch0(rte_pktmbuf_mtod(pkts[0], struct ether_hdr *)); in lpm_cb_parse_ptype()
713 struct ether_hdr *)); in lpm_cb_parse_ptype()
/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c919 struct rte_ether_hdr *ether_hdr; in bond_ethdev_tx_burst_tlb() local
943 ether_hdr = rte_pktmbuf_mtod(bufs[j], in bond_ethdev_tx_burst_tlb()
945 if (rte_is_same_ether_addr(&ether_hdr->src_addr, in bond_ethdev_tx_burst_tlb()
948 &ether_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()
/dpdk/app/test/
H A Dtest_mbuf.c1973 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()