Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_pipeline_spec.c540 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()
H A Drte_swx_pipeline.h558 const char **action_names; member
H A Drte_swx_pipeline.c6464 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()