Home
last modified time | relevance | path

Searched refs:rte_pktmbuf_copy (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/lib/librte_mbuf/
H A Dversion.map47 rte_pktmbuf_copy;
H A Drte_mbuf.c594 rte_pktmbuf_copy(const struct rte_mbuf *m, struct rte_mempool *mp, in rte_pktmbuf_copy() function
H A Drte_mbuf.h1469 rte_pktmbuf_copy(const struct rte_mbuf *m, struct rte_mempool *mp,
/f-stack/dpdk/app/test/
H A Dtest_mbuf.c452 copy = rte_pktmbuf_copy(m, pktmbuf_pool, 0, UINT32_MAX); in test_pktmbuf_copy()
481 copy = rte_pktmbuf_copy(clone, pktmbuf_pool, 0, UINT32_MAX); in test_pktmbuf_copy()
514 copy = rte_pktmbuf_copy(m, pktmbuf_pool, 0, UINT32_MAX); in test_pktmbuf_copy()
531 copy2 = rte_pktmbuf_copy(copy, pktmbuf_pool, in test_pktmbuf_copy()
549 copy2 = rte_pktmbuf_copy(copy, pktmbuf_pool, in test_pktmbuf_copy()
/f-stack/dpdk/lib/librte_pdump/
H A Drte_pdump.c89 p = rte_pktmbuf_copy(pkts[i], mp, 0, UINT32_MAX); in pdump_copy()