Searched refs:copy2 (Results 1 – 1 of 1) sorted by relevance
435 struct rte_mbuf *copy2 = NULL; in test_pktmbuf_copy() local528 rte_pktmbuf_free(copy2); in test_pktmbuf_copy()531 copy2 = rte_pktmbuf_copy(copy, pktmbuf_pool, in test_pktmbuf_copy()533 if (copy2 == NULL) in test_pktmbuf_copy()546 rte_pktmbuf_free(copy2); in test_pktmbuf_copy()549 copy2 = rte_pktmbuf_copy(copy, pktmbuf_pool, in test_pktmbuf_copy()551 if (copy2 == NULL) in test_pktmbuf_copy()567 rte_pktmbuf_free(copy2); in test_pktmbuf_copy()571 copy2 = NULL; in test_pktmbuf_copy()580 if (copy2) in test_pktmbuf_copy()[all …]