Searched refs:rte_pktmbuf_copy (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/lib/librte_mbuf/ |
| H A D | version.map | 47 rte_pktmbuf_copy;
|
| H A D | rte_mbuf.c | 594 rte_pktmbuf_copy(const struct rte_mbuf *m, struct rte_mempool *mp, in rte_pktmbuf_copy() function
|
| H A D | rte_mbuf.h | 1469 rte_pktmbuf_copy(const struct rte_mbuf *m, struct rte_mempool *mp,
|
| /f-stack/dpdk/app/test/ |
| H A D | test_mbuf.c | 452 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 D | rte_pdump.c | 89 p = rte_pktmbuf_copy(pkts[i], mp, 0, UINT32_MAX); in pdump_copy()
|