Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ionic/
H A Dionic_rxtx.c236 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()
/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_lpm.c609 rte_prefetch0(rte_pktmbuf_mtod(pkts[0], struct ether_hdr *)); in lpm_cb_parse_ptype()
612 struct ether_hdr *)); in lpm_cb_parse_ptype()
/f-stack/dpdk/drivers/net/bonding/
H A Drte_eth_bond_pmd.c923 struct rte_ether_hdr *ether_hdr; in bond_ethdev_tx_burst_tlb() local
947 ether_hdr = rte_pktmbuf_mtod(bufs[j], in bond_ethdev_tx_burst_tlb()
949 if (rte_is_same_ether_addr(&ether_hdr->s_addr, in bond_ethdev_tx_burst_tlb()
952 &ether_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()
/f-stack/dpdk/app/test/
H A Dtest_mbuf.c1968 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()