Home
last modified time | relevance | path

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

/net/sched/
Dcls_u32.c114 int sdepth = 0; in u32_classify() local
194 if (sdepth >= TC_U32_MAXDEPTH) in u32_classify()
196 stack[sdepth].knode = n; in u32_classify()
197 stack[sdepth].off = off; in u32_classify()
198 sdepth++; in u32_classify()
240 if (sdepth--) { in u32_classify()
241 n = stack[sdepth].knode; in u32_classify()
243 off = stack[sdepth].off; in u32_classify()