Searched refs:stackp (Results 1 - 1 of 1) sorted by relevance

/net/sched/
H A Dematch.c501 int stackp = 0, match_idx = 0, res = 0; local
510 if (unlikely(stackp >= CONFIG_NET_EMATCH_STACK))
513 stack[stackp++] = match_idx;
527 if (stackp > 0) {
528 match_idx = stack[--stackp];

Completed in 40 milliseconds