Home
last modified time | relevance | path

Searched refs:rte_kni_alloc (Results 1 – 8 of 8) sorted by relevance

/dpdk/app/test/
H A Dtest_kni.c465 kni = rte_kni_alloc(mp, &conf, &ops); in test_kni_processing()
516 kni = rte_kni_alloc(mp, &conf, &ops); in test_kni_processing()
662 kni = rte_kni_alloc(NULL, &conf, &ops); in test_kni()
671 kni = rte_kni_alloc(mp, NULL, NULL); in test_kni()
706 kni = rte_kni_alloc(mp, &conf, &ops); in test_kni()
/dpdk/lib/kni/
H A Dversion.map4 rte_kni_alloc;
H A Drte_kni.h118 struct rte_kni *rte_kni_alloc(struct rte_mempool *pktmbuf_pool,
H A Drte_kni.c211 rte_kni_alloc(struct rte_mempool *pktmbuf_pool, in rte_kni_alloc() function
/dpdk/examples/ip_pipeline/
H A Dkni.c150 k = rte_kni_alloc(mempool->m, &kni_conf, &kni_ops); in kni_create()
/dpdk/examples/kni/
H A Dmain.c994 kni = rte_kni_alloc(pktmbuf_pool, &conf, &ops); in kni_alloc()
996 kni = rte_kni_alloc(pktmbuf_pool, &conf, NULL); in kni_alloc()
/dpdk/drivers/net/kni/
H A Drte_eth_kni.c138 internals->kni = rte_kni_alloc(mb_pool, &conf, NULL); in eth_kni_start()
/dpdk/doc/guides/prog_guide/
H A Dkernel_nic_interface.rst245 ``rte_kni_alloc()`` function.