Home
last modified time | relevance | path

Searched refs:clone_pool (Results 1 – 2 of 2) sorted by relevance

/dpdk/examples/ipv4_multicast/
H A Dmain.c122 static struct rte_mempool *packet_pool, *header_pool, *clone_pool; variable
250 unlikely ((pkt = rte_pktmbuf_clone(pkt, clone_pool)) == NULL)) { in mcast_out_pkt()
682 clone_pool = rte_pktmbuf_pool_create("clone_pool", NB_CLONE_MBUF, 32, in main()
685 if (clone_pool == NULL) in main()
/dpdk/app/test/
H A Dtest_mbuf.c321 struct rte_mempool *clone_pool) in testclone_testupdate_testdetach() argument
341 clone = rte_pktmbuf_clone(m, clone_pool); in testclone_testupdate_testdetach()
368 clone = rte_pktmbuf_clone(m, clone_pool); in testclone_testupdate_testdetach()
388 clone2 = rte_pktmbuf_clone(clone, clone_pool); in testclone_testupdate_testdetach()
426 struct rte_mempool *clone_pool) in test_pktmbuf_copy() argument
466 clone = rte_pktmbuf_clone(m, clone_pool); in test_pktmbuf_copy()