Searched refs:copy2 (Results 1 – 2 of 2) sorted by relevance
430 struct rte_mbuf *copy2 = NULL; in test_pktmbuf_copy() local523 rte_pktmbuf_free(copy2); in test_pktmbuf_copy()526 copy2 = rte_pktmbuf_copy(copy, pktmbuf_pool, in test_pktmbuf_copy()528 if (copy2 == NULL) in test_pktmbuf_copy()531 if (rte_pktmbuf_pkt_len(copy2) != sizeof(uint32_t)) in test_pktmbuf_copy()541 rte_pktmbuf_free(copy2); in test_pktmbuf_copy()544 copy2 = rte_pktmbuf_copy(copy, pktmbuf_pool, in test_pktmbuf_copy()546 if (copy2 == NULL) in test_pktmbuf_copy()562 rte_pktmbuf_free(copy2); in test_pktmbuf_copy()566 copy2 = NULL; in test_pktmbuf_copy()[all …]
33 shutil.copy2(file, to)