Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dcls_u32.c116 int sdepth = 0; in u32_classify() local
196 if (sdepth >= TC_U32_MAXDEPTH) in u32_classify()
198 stack[sdepth].knode = n; in u32_classify()
199 stack[sdepth].off = off; in u32_classify()
200 sdepth++; in u32_classify()
242 if (sdepth--) { in u32_classify()
243 n = stack[sdepth].knode; in u32_classify()
245 off = stack[sdepth].off; in u32_classify()