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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sched/
H A Dcls_u32.c125 int sdepth = 0; local
192 if (sdepth >= TC_U32_MAXDEPTH)
194 stack[sdepth].knode = n;
195 stack[sdepth].ptr = ptr;
196 sdepth++;
222 if (sdepth--) {
223 n = stack[sdepth].knode;
225 ptr = stack[sdepth].ptr;

Completed in 91 milliseconds