Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_mbuf.c430 struct rte_mbuf *copy2 = NULL; in test_pktmbuf_copy() local
523 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 …]
/dpdk/buildtools/
H A Dsymlink-drivers-solibs.py33 shutil.copy2(file, to)