Searched refs:rte_table_stub_ops (Results 1 – 10 of 10) sorted by relevance
| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_table_stub.h | 27 extern struct rte_table_ops rte_table_stub_ops;
|
| H A D | version.map | 17 rte_table_stub_ops;
|
| H A D | rte_table_stub.c | 83 struct rte_table_ops rte_table_stub_ops = { variable
|
| /f-stack/dpdk/app/test-pipeline/ |
| H A D | pipeline_stub.c | 80 .ops = &rte_table_stub_ops, in app_main_loop_worker_pipeline_stub()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_table_tables.c | 144 table = rte_table_stub_ops.f_create(NULL, 0, 1); in test_table_stub() 156 rte_table_stub_ops.f_lookup(table, mbufs, -1, in test_table_stub()
|
| H A D | test_table_pipeline.c | 305 .ops = &rte_table_stub_ops, in setup_pipeline()
|
| H A D | test_table_combined.c | 277 status = test_table_type(&rte_table_stub_ops, NULL, NULL, in test_table_stub_combined()
|
| H A D | test_table_acl.c | 405 table_params.ops = &rte_table_stub_ops; in setup_acl_pipeline()
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_pipeline.c | 1014 p.ops = &rte_table_stub_ops; in softnic_pipeline_table_create()
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | pipeline.c | 988 p.ops = &rte_table_stub_ops; in pipeline_table_create()
|