Searched refs:action_names (Results 1 – 3 of 3) sorted by relevance
540 uintptr_t name = (uintptr_t)s->params.action_names[i]; in table_spec_free()545 free(s->params.action_names); in table_spec_free()546 s->params.action_names = NULL; in table_spec_free()717 new_action_names = realloc(s->params.action_names, in table_actions_block_parse()729 s->params.action_names = new_action_names; in table_actions_block_parse()730 s->params.action_names[s->params.n_actions] = name; in table_actions_block_parse()
558 const char **action_names; member
6464 CHECK(params->action_names, EINVAL); in rte_swx_pipeline_table_config()6466 const char *action_name = params->action_names[i]; in rte_swx_pipeline_table_config()6482 if (!strcmp(params->action_names[i], in rte_swx_pipeline_table_config()6554 t->actions[i] = action_find(p, params->action_names[i]); in rte_swx_pipeline_table_config()