Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_proc.c43 struct action_entry { struct
44 TAILQ_ENTRY(action_entry) next;
50 TAILQ_HEAD(action_entry_list, action_entry); argument
168 static struct action_entry *
171 struct action_entry *entry; in find_action_entry_by_name()
204 struct action_entry *entry; in rte_mp_action_register()
217 entry = malloc(sizeof(struct action_entry)); in rte_mp_action_register()
240 struct action_entry *entry; in rte_mp_action_unregister()
320 struct action_entry *entry; in process_msg()