Searched refs:stack_list (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/lib/librte_stack/ |
| H A D | rte_stack.c | 53 struct rte_stack_list *stack_list; in rte_stack_create() local 122 stack_list = RTE_TAILQ_CAST(rte_stack_tailq.head, rte_stack_list); in rte_stack_create() 124 TAILQ_INSERT_TAIL(stack_list, te, next); in rte_stack_create() 134 struct rte_stack_list *stack_list; in rte_stack_free() local 140 stack_list = RTE_TAILQ_CAST(rte_stack_tailq.head, rte_stack_list); in rte_stack_free() 144 TAILQ_FOREACH(te, stack_list, next) { in rte_stack_free() 154 TAILQ_REMOVE(stack_list, te, next); in rte_stack_free() 166 struct rte_stack_list *stack_list; in rte_stack_lookup() local 175 stack_list = RTE_TAILQ_CAST(rte_stack_tailq.head, rte_stack_list); in rte_stack_lookup() 179 TAILQ_FOREACH(te, stack_list, next) { in rte_stack_lookup()
|