Searched refs:table_find (Results 1 – 2 of 2) sorted by relevance
| /dpdk/lib/pipeline/ |
| H A D | rte_swx_ctl.c | 185 table_find(struct rte_swx_ctl_pipeline *ctl, const char *table_name) in table_find() function 1464 table = table_find(ctl, table_name); in rte_swx_ctl_pipeline_table_entry_add() 1578 table = table_find(ctl, table_name); in rte_swx_ctl_pipeline_table_entry_delete() 1668 table = table_find(ctl, table_name); in rte_swx_ctl_pipeline_table_default_entry_add() 2633 table = table_find(ctl, table_name); in rte_swx_ctl_pipeline_table_entry_read() 3000 table = table_find(ctl, table_name); in rte_swx_ctl_pipeline_table_fprintf()
|
| H A D | rte_swx_pipeline.c | 2062 table_find(struct rte_swx_pipeline *p, const char *name); 2085 t = table_find(p, tokens[1]); in instr_table_translate() 7162 table_find(struct rte_swx_pipeline *p, const char *name) in table_find() function 7347 CHECK(!table_find(p, name), EEXIST); in rte_swx_pipeline_table_config() 7800 CHECK(!table_find(p, name), EEXIST); in rte_swx_pipeline_selector_config() 8228 CHECK(!table_find(p, name), EEXIST); in rte_swx_pipeline_learner_config() 9755 table = table_find(p, table_name); in rte_swx_ctl_pipeline_table_stats_read()
|