Home
last modified time | relevance | path

Searched refs:rte_pipeline_flush (Results 1 – 13 of 13) sorted by relevance

/dpdk/lib/pipeline/
H A Dversion.map8 rte_pipeline_flush;
H A Drte_pipeline.h174 int rte_pipeline_flush(struct rte_pipeline *p);
H A Drte_pipeline.c1448 rte_pipeline_flush(struct rte_pipeline *p) in rte_pipeline_flush() function
/dpdk/app/test-pipeline/
H A Dpipeline_stub.c132 rte_pipeline_flush(p); in app_main_loop_worker_pipeline_stub()
H A Dpipeline_lpm.c170 rte_pipeline_flush(p); in app_main_loop_worker_pipeline_lpm()
H A Dpipeline_lpm_ipv6.c168 rte_pipeline_flush(p); in app_main_loop_worker_pipeline_lpm_ipv6()
H A Dpipeline_acl.c246 rte_pipeline_flush(p); in app_main_loop_worker_pipeline_acl()
H A Dpipeline_hash.c376 rte_pipeline_flush(p); in app_main_loop_worker_pipeline_hash()
/dpdk/app/test/
H A Dtest_table_pipeline.c421 ret = rte_pipeline_flush(NULL); in test_pipeline_single_filter()
460 rte_pipeline_flush(p); in test_pipeline_single_filter()
H A Dtest_table.h75 rte_pipeline_flush((pipeline)); \
H A Dtest_table_acl.c680 rte_pipeline_flush(p); in test_pipeline_single_filter()
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_thread.c3020 rte_pipeline_flush(p->p); in rte_pmd_softnic_run_internal()
/dpdk/examples/ip_pipeline/
H A Dthread.c3116 rte_pipeline_flush(p->p); in thread_main()