Searched refs:rte_pktmbuf_clone (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/lib/librte_mbuf/ |
| H A D | version.map | 24 rte_pktmbuf_clone;
|
| H A D | rte_mbuf.c | 518 rte_pktmbuf_clone(struct rte_mbuf *md, struct rte_mempool *mp) in rte_pktmbuf_clone() function
|
| H A D | rte_mbuf.h | 1444 rte_pktmbuf_clone(struct rte_mbuf *md, struct rte_mempool *mp);
|
| /f-stack/dpdk/app/test/ |
| H A D | test_mbuf.c | 343 clone = rte_pktmbuf_clone(m, clone_pool); in testclone_testupdate_testdetach() 370 clone = rte_pktmbuf_clone(m, clone_pool); in testclone_testupdate_testdetach() 390 clone2 = rte_pktmbuf_clone(clone, clone_pool); in testclone_testupdate_testdetach() 471 clone = rte_pktmbuf_clone(m, clone_pool); in test_pktmbuf_copy() 719 extra = rte_pktmbuf_clone(m[0], pktmbuf_pool); in test_pktmbuf_pool() 2367 clone = rte_pktmbuf_clone(m, pktmbuf_pool); in test_pktmbuf_ext_shinfo_init_helper()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ipv4_multicast.rst | 256 (refer to rte_pktmbuf_clone() in the rte_mbuf library for more details). 303 if (use_clone != 0 && unlikely ((pkt = rte_pktmbuf_clone(pkt, clone_pool)) == NULL)) {
|
| /f-stack/lib/ |
| H A D | ff_memory.c | 389 p_head = rte_pktmbuf_clone(src_mbuf, mbuf_pool); in ff_extcl_to_rte()
|
| /f-stack/dpdk/examples/ipv4_multicast/ |
| H A D | main.c | 245 unlikely ((pkt = rte_pktmbuf_clone(pkt, clone_pool)) == NULL)) { in mcast_out_pkt()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | mbuf_lib.rst | 258 it is suggested to use the higher-level rte_pktmbuf_clone() function,
|