Home
last modified time | relevance | path

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

/dpdk/lib/eal/common/
H A Deal_common_proc.c49 TAILQ_HEAD(action_entry_list, action_entry);
51 static struct action_entry_list action_entry_list = variable
52 TAILQ_HEAD_INITIALIZER(action_entry_list);
172 TAILQ_FOREACH(entry, &action_entry_list, next) { in find_action_entry_by_name()
231 TAILQ_INSERT_TAIL(&action_entry_list, entry, next); in rte_mp_action_register()
257 TAILQ_REMOVE(&action_entry_list, entry, next); in rte_mp_action_unregister()