Searched refs:rte_stack_lookup (Results 1 – 4 of 4) sorted by relevance
123 if (rte_stack_lookup(__func__) != s) { in test_stack_basic()231 struct rte_stack *s = rte_stack_lookup("stack_not_found"); in test_lookup_null()245 s = rte_stack_lookup(NULL); in test_lookup_null()
6 rte_stack_lookup;
233 rte_stack_lookup(const char *name);
164 rte_stack_lookup(const char *name) in rte_stack_lookup() function