Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_mbuf/
H A Dversion.map28 rte_pktmbuf_pool_create_by_ops;
H A Drte_mbuf.c225 rte_pktmbuf_pool_create_by_ops(const char *name, unsigned int n, in rte_pktmbuf_pool_create_by_ops() function
281 return rte_pktmbuf_pool_create_by_ops(name, n, cache_size, priv_size, in rte_pktmbuf_pool_create()
H A Drte_mbuf.h737 rte_pktmbuf_pool_create_by_ops(const char *name, unsigned int n,
/f-stack/dpdk/app/pdump/
H A Dmain.c649 mbuf_pool = rte_pktmbuf_pool_create_by_ops(mempool_name, in create_mp_ring_vdev()