Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/classq/
H A Dclassq_subr.c797 int64_t ival, idepth = 0; in ifclassq_tbr_set_locked() local
807 idepth = TBR_SCALE(i * mtu); in ifclassq_tbr_set_locked()
808 if ((idepth / tbr->tbr_rate) > ival) { in ifclassq_tbr_set_locked()
812 VERIFY(idepth > 0); in ifclassq_tbr_set_locked()
816 tbr->tbr_filluptime = idepth / tbr->tbr_rate; in ifclassq_tbr_set_locked()
818 tbr->tbr_depth = idepth + (idepth >> 3); in ifclassq_tbr_set_locked()