Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_port/
H A Drte_port_source_sink.c335 uint32_t max_n_pkts) in pcap_sink_open() argument
356 port->max_pkts = max_n_pkts; in pcap_sink_open()
419 #define PCAP_SINK_OPEN(port, file_name, max_n_pkts) \ argument
420 pcap_sink_open(port, file_name, max_n_pkts)
439 #define PCAP_SINK_OPEN(port, file_name, max_n_pkts) \ argument
479 p->max_n_pkts); in rte_port_sink_create()
H A Drte_port_source_sink.h48 uint32_t max_n_pkts; member
/f-stack/dpdk/examples/ip_pipeline/
H A Dpipeline.h85 uint32_t max_n_pkts; member
H A Dpipeline.c570 pp.sink.max_n_pkts = params->sink.max_n_pkts; in pipeline_port_out_create()
H A Dcli.c1902 p.sink.max_n_pkts = 0; in cmd_pipeline_port_out()
1917 if (parser_read_uint32(&p.sink.max_n_pkts, tokens[10]) != 0) { in cmd_pipeline_port_out()
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_pipeline.c592 pp.sink.max_n_pkts = params->sink.max_n_pkts; in softnic_pipeline_port_out_create()
H A Drte_eth_softnic_internals.h433 uint32_t max_n_pkts; member
H A Drte_eth_softnic_cli.c2592 p.sink.max_n_pkts = 0; in cmd_pipeline_port_out()
2607 if (softnic_parser_read_uint32(&p.sink.max_n_pkts, in cmd_pipeline_port_out()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dip_pipeline.rst383 | sink [file <file_name> pkts <max_n_pkts>]