Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_proc.c45 char action_name[RTE_MP_MAX_NAME_LEN]; member
174 if (strncmp(entry->action_name, name, RTE_MP_MAX_NAME_LEN) == 0) in find_action_entry_by_name()
222 strlcpy(entry->action_name, name, sizeof(entry->action_name)); in rte_mp_action_register()
/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() argument
76 if (!strcmp(action_name, a->info.name)) in action_find()
H A Drte_swx_pipeline.c6466 const char *action_name = params->action_names[i]; in rte_swx_pipeline_table_config() local
6470 CHECK_NAME(action_name, EINVAL); in rte_swx_pipeline_table_config()
6472 a = action_find(p, action_name); in rte_swx_pipeline_table_config()