Home
last modified time | relevance | path

Searched refs:sink (Results 1 – 16 of 16) sorted by relevance

/dpdk/examples/pipeline/examples/
H A Dl2fwd_pcap.cli13 pipeline PIPELINE0 port out 0 sink none
14 pipeline PIPELINE0 port out 1 sink none
15 pipeline PIPELINE0 port out 2 sink none
16 pipeline PIPELINE0 port out 3 sink none
H A Dl2fwd_macswp_pcap.cli13 pipeline PIPELINE0 port out 0 sink none
14 pipeline PIPELINE0 port out 1 sink none
15 pipeline PIPELINE0 port out 2 sink none
16 pipeline PIPELINE0 port out 3 sink none
H A Dvxlan_pcap.cli13 pipeline PIPELINE0 port out 0 sink none
14 pipeline PIPELINE0 port out 1 sink none
15 pipeline PIPELINE0 port out 2 sink none
16 pipeline PIPELINE0 port out 3 sink none
/dpdk/lib/port/
H A Drte_swx_port_source_sink.c225 struct sink { struct
237 struct sink *p = port; in sink_free() argument
255 struct sink *p; in sink_create()
258 p = calloc(1, sizeof(struct sink)); in sink_create()
289 struct sink *p = port; in sink_pkt_tx()
325 struct sink *p = port; in sink_stats_read()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_pipeline.c461 struct rte_port_sink_params sink; in softnic_pipeline_port_out_create() member
591 pp.sink.file_name = params->sink.file_name; in softnic_pipeline_port_out_create()
592 pp.sink.max_n_pkts = params->sink.max_n_pkts; in softnic_pipeline_port_out_create()
595 p.arg_create = &pp.sink; in softnic_pipeline_port_out_create()
H A Drte_eth_softnic_internals.h446 } sink; member
H A Drte_eth_softnic_cli.c2591 p.sink.file_name = NULL; in cmd_pipeline_port_out()
2592 p.sink.max_n_pkts = 0; in cmd_pipeline_port_out()
2600 p.sink.file_name = tokens[8]; in cmd_pipeline_port_out()
2607 if (softnic_parser_read_uint32(&p.sink.max_n_pkts, in cmd_pipeline_port_out()
/dpdk/examples/ip_pipeline/
H A Dpipeline.c410 struct rte_port_sink_params sink; in pipeline_port_out_create() member
569 pp.sink.file_name = params->sink.file_name; in pipeline_port_out_create()
570 pp.sink.max_n_pkts = params->sink.max_n_pkts; in pipeline_port_out_create()
573 p.arg_create = &pp.sink; in pipeline_port_out_create()
H A Dpipeline.h86 } sink; member
H A Dcli.c1899 p.sink.file_name = NULL; in cmd_pipeline_port_out()
1900 p.sink.max_n_pkts = 0; in cmd_pipeline_port_out()
1908 p.sink.file_name = tokens[8]; in cmd_pipeline_port_out()
1915 if (parser_read_uint32(&p.sink.max_n_pkts, tokens[10]) != 0) { in cmd_pipeline_port_out()
/dpdk/examples/ip_pipeline/examples/
H A Dflow_crypto.cli40 pipeline PIPELINE0 port out bsz 32 sink
H A Dflow.cli45 pipeline PIPELINE0 port out bsz 32 sink
H A Droute.cli45 pipeline PIPELINE0 port out bsz 32 sink
H A Droute_ecmp.cli36 pipeline PIPELINE0 port out bsz 32 sink
/dpdk/doc/api/
H A Ddoxy-api-index.md175 [src/sink] (@ref rte_port_source_sink.h)
195 [src/sink] (@ref rte_swx_port_source_sink.h)
/dpdk/doc/guides/sample_app_ug/
H A Dip_pipeline.rst383 | sink [file <file_name> pkts <max_n_pkts>]