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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dcls_u32.c107 int sdepth = 0; local
182 if (sdepth >= TC_U32_MAXDEPTH)
184 stack[sdepth].knode = n;
185 stack[sdepth].off = off;
186 sdepth++;
228 if (sdepth--) {
229 n = stack[sdepth].knode;
231 off = stack[sdepth].off;

Completed in 100 milliseconds