Home | Sort by: relevance | last modified time | path |
/src/sys/altq/ | |
altq_rmclass.c | 500 int cdepth = 0; local in function:rmc_depth_recompute 503 if (t->depth_ > cdepth) 504 cdepth = t->depth_; 508 if (p->depth_ == cdepth + 1) 512 p->depth_ = cdepth + 1; |
altq_rmclass.c | 500 int cdepth = 0; local in function:rmc_depth_recompute 503 if (t->depth_ > cdepth) 504 cdepth = t->depth_; 508 if (p->depth_ == cdepth + 1) 512 p->depth_ = cdepth + 1; |