Searched refs:sdepth (Results 1 – 1 of 1) sorted by relevance
126 int sdepth = 0; in u32_classify() local204 if (sdepth >= TC_U32_MAXDEPTH) in u32_classify()206 stack[sdepth].knode = n; in u32_classify()207 stack[sdepth].off = off; in u32_classify()208 sdepth++; in u32_classify()251 if (sdepth--) { in u32_classify()252 n = stack[sdepth].knode; in u32_classify()254 off = stack[sdepth].off; in u32_classify()