Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_mbuf.c325 struct rte_mbuf *clone2 = NULL; in testclone_testupdate_testdetach() local
389 if (clone2 == NULL) in testclone_testupdate_testdetach()
409 rte_pktmbuf_free(clone2); in testclone_testupdate_testdetach()
413 clone2 = NULL; in testclone_testupdate_testdetach()
420 rte_pktmbuf_free(clone2); in testclone_testupdate_testdetach()
583 struct rte_mbuf *clone2 = NULL; in test_attach_from_different_pool() local
628 if (clone2 == NULL) in test_attach_from_different_pool()
640 if (c_data2 != (char *)clone2 + sizeof(*clone2) + MBUF2_PRIV_SIZE) in test_attach_from_different_pool()
661 rte_pktmbuf_detach(clone2); in test_attach_from_different_pool()
668 rte_pktmbuf_free(clone2); in test_attach_from_different_pool()
[all …]