Searched refs:sdepth (Results 1 – 1 of 1) sorted by relevance
115 int sdepth = 0; in u32_classify() local192 if (sdepth >= TC_U32_MAXDEPTH) in u32_classify()194 stack[sdepth].knode = n; in u32_classify()195 stack[sdepth].off = off; in u32_classify()196 sdepth++; in u32_classify()238 if (sdepth--) { in u32_classify()239 n = stack[sdepth].knode; in u32_classify()241 off = stack[sdepth].off; in u32_classify()