Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_port/
H A Drte_port_source_sink.h52 extern struct rte_port_out_ops rte_port_sink_ops;
H A Dversion.map25 rte_port_sink_ops;
H A Drte_port_source_sink.c612 struct rte_port_out_ops rte_port_sink_ops = { variable
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_pipeline.c594 p.ops = &rte_port_sink_ops; in softnic_pipeline_port_out_create()
/f-stack/dpdk/examples/ip_pipeline/
H A Dpipeline.c572 p.ops = &rte_port_sink_ops; in pipeline_port_out_create()