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

/freebsd-11-stable/sys/net/altq/
H A Daltq_rmclass.c510 int cdepth = 0; local
513 if (t->depth_ > cdepth)
514 cdepth = t->depth_;
518 if (p->depth_ == cdepth + 1)
522 p->depth_ = cdepth + 1;

Completed in 81 milliseconds