Home
last modified time | relevance | path

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

/f-stack/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()
658 kni = rte_kni_alloc(NULL, &conf, &ops); in test_kni()
667 kni = rte_kni_alloc(mp, NULL, NULL); in test_kni()
702 kni = rte_kni_alloc(mp, &conf, &ops); in test_kni()
/f-stack/dpdk/lib/librte_kni/
H A Dversion.map4 rte_kni_alloc;
H A Drte_kni.h120 struct rte_kni *rte_kni_alloc(struct rte_mempool *pktmbuf_pool,
H A Drte_kni.c213 rte_kni_alloc(struct rte_mempool *pktmbuf_pool, in rte_kni_alloc() function
/f-stack/dpdk/examples/ip_pipeline/
H A Dkni.c150 k = rte_kni_alloc(mempool->m, &kni_conf, &kni_ops); in kni_create()
/f-stack/dpdk/examples/kni/
H A Dmain.c1002 kni = rte_kni_alloc(pktmbuf_pool, &conf, &ops); in kni_alloc()
1004 kni = rte_kni_alloc(pktmbuf_pool, &conf, NULL); in kni_alloc()
/f-stack/dpdk/drivers/net/kni/
H A Drte_eth_kni.c138 internals->kni = rte_kni_alloc(mb_pool, &conf, NULL); in eth_kni_start()
/f-stack/lib/
H A Dff_dpdk_kni.c521 kni_stat[port_id]->kni = rte_kni_alloc(mbuf_pool, &conf, &ops); in ff_kni_alloc()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dkernel_nic_interface.rst184 ``rte_kni_alloc()`` function.