Home
last modified time | relevance | path

Searched refs:is_stub (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_ctl.c52 int is_stub; member
211 if (!table->is_stub) { in table_entry_alloc()
249 if (table->is_stub) { in table_entry_check()
315 if (key_duplicate && !table->is_stub) { in table_entry_duplicate()
652 if (!table->is_stub && table->ops.free && ts->obj) in table_state_free()
679 if (!table->is_stub) { in table_state_create()
849 status = rte_swx_ctl_table_ops_get(p, i, &t->ops, &t->is_stub); in rte_swx_ctl_pipeline_create()
853 if ((t->is_stub && t->info.n_match_fields) || in rte_swx_ctl_pipeline_create()
854 (!t->is_stub && !t->info.n_match_fields)) in rte_swx_ctl_pipeline_create()
H A Drte_swx_ctl.h334 int *is_stub);
H A Drte_swx_pipeline.c7146 int *is_stub) in rte_swx_ctl_table_ops_get() argument
7160 *is_stub = 0; in rte_swx_ctl_table_ops_get()
7162 *is_stub = 1; in rte_swx_ctl_table_ops_get()