Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_stack/
H A Dversion.map6 rte_stack_lookup;
H A Drte_stack.h234 rte_stack_lookup(const char *name);
H A Drte_stack.c164 rte_stack_lookup(const char *name) in rte_stack_lookup() function
/f-stack/dpdk/app/test/
H A Dtest_stack.c124 if (rte_stack_lookup(__func__) != s) { in test_stack_basic()
232 struct rte_stack *s = rte_stack_lookup("stack_not_found"); in test_lookup_null()
246 s = rte_stack_lookup(NULL); in test_lookup_null()