Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_proc.c50 TAILQ_HEAD(action_entry_list, action_entry);
52 static struct action_entry_list action_entry_list = variable
53 TAILQ_HEAD_INITIALIZER(action_entry_list);
173 TAILQ_FOREACH(entry, &action_entry_list, next) { in find_action_entry_by_name()
232 TAILQ_INSERT_TAIL(&action_entry_list, entry, next); in rte_mp_action_register()
258 TAILQ_REMOVE(&action_entry_list, entry, next); in rte_mp_action_unregister()