Searched refs:stackp (Results 1 – 1 of 1) sorted by relevance
503 int stackp = 0, match_idx = 0, res = 0; in __tcf_em_tree_match() local512 if (unlikely(stackp >= CONFIG_NET_EMATCH_STACK)) in __tcf_em_tree_match()515 stack[stackp++] = match_idx; in __tcf_em_tree_match()529 if (stackp > 0) { in __tcf_em_tree_match()530 match_idx = stack[--stackp]; in __tcf_em_tree_match()
Completed in 4 milliseconds