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

/linux-4.1.27/net/sched/
H A Dcls_u32.c115 int sdepth = 0; u32_classify() local
192 if (sdepth >= TC_U32_MAXDEPTH) u32_classify()
194 stack[sdepth].knode = n; u32_classify()
195 stack[sdepth].off = off; u32_classify()
196 sdepth++; u32_classify()
238 if (sdepth--) { u32_classify()
239 n = stack[sdepth].knode; u32_classify()
241 off = stack[sdepth].off; u32_classify()

Completed in 65 milliseconds