Home
last modified time | relevance | path

Searched refs:rte_port_source_ops (Results 1 – 5 of 5) sorted by relevance

/dpdk/lib/port/
H A Drte_port_source_sink.h38 extern struct rte_port_in_ops rte_port_source_ops;
H A Dversion.map26 rte_port_source_ops;
H A Drte_port_source_sink.c597 struct rte_port_in_ops rte_port_source_ops = { variable
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_pipeline.c354 p.ops = &rte_port_source_ops; in softnic_pipeline_port_in_create()
/dpdk/examples/ip_pipeline/
H A Dpipeline.c296 p.ops = &rte_port_source_ops; in pipeline_port_in_create()