Home
last modified time | relevance | path

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

/dpdk/lib/pipeline/
H A Drte_swx_ctl.c88 int is_stub; member
303 if (!table->is_stub) { in table_entry_alloc()
361 if (key_check && !table->is_stub) { in table_entry_check()
425 if (key_duplicate && !table->is_stub) { in table_entry_duplicate()
1039 if (!table->is_stub && table->ops.free && ts->obj) in table_state_free()
1087 if (!table->is_stub && table->ops.add) { in table_state_create()
1098 if (!table->is_stub && !table->ops.add) in table_state_create()
1306 if ((t->is_stub && t->info.n_match_fields) || in rte_swx_ctl_pipeline_create()
1307 (!t->is_stub && !t->info.n_match_fields)) in rte_swx_ctl_pipeline_create()
1738 if (table->is_stub || !table_is_update_pending(table, 0)) in table_rollfwd0()
[all …]
H A Drte_swx_ctl.h359 int *is_stub);
H A Drte_swx_pipeline.c9497 int *is_stub) in rte_swx_ctl_table_ops_get() argument
9511 *is_stub = 0; in rte_swx_ctl_table_ops_get()
9513 *is_stub = 1; in rte_swx_ctl_table_ops_get()