Home
last modified time | relevance | path

Searched refs:action_find (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_ctl.c69 action_find(struct rte_swx_ctl_pipeline *ctl, const char *action_name) in action_find() function
1389 action = action_find(ctl, tokens[2 + table->info.n_match_fields]); in rte_swx_ctl_pipeline_table_entry_read()
H A Drte_swx_pipeline.c4628 action_find(struct rte_swx_pipeline *p, const char *name);
4744 a = action_find(p, tokens[2]); in instr_jmp_action_hit_translate()
4768 a = action_find(p, tokens[2]); in instr_jmp_action_miss_translate()
6165 action_find(struct rte_swx_pipeline *p, const char *name) in action_find() function
6220 CHECK(!action_find(p, name), EEXIST); in rte_swx_pipeline_action_config()
6472 a = action_find(p, action_name); in rte_swx_pipeline_table_config()
6486 default_action = action_find(p, params->default_action_name); in rte_swx_pipeline_table_config()
6554 t->actions[i] = action_find(p, params->action_names[i]); in rte_swx_pipeline_table_config()