Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_port/
H A Drte_port_kni.h35 extern struct rte_port_in_ops rte_port_kni_reader_ops;
H A Dversion.map10 rte_port_kni_reader_ops;
H A Drte_port_kni.c493 struct rte_port_in_ops rte_port_kni_reader_ops = { variable
/f-stack/dpdk/examples/ip_pipeline/
H A Dpipeline.c278 p.ops = &rte_port_kni_reader_ops; in pipeline_port_in_create()