Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_stack/
H A Drte_stack_std.h23 __rte_stack_std_push(struct rte_stack *s, void * const *obj_table, in __rte_stack_std_push() function
H A Drte_stack.h120 return __rte_stack_std_push(s, obj_table, n); in rte_stack_push()