Home
last modified time | relevance | path

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

/NextBSD/sys/net/altq/
HDaltq_subr.c324 tbr->tbr_token = tbr->tbr_depth;
327 if (tbr->tbr_token > tbr->tbr_depth)
328 tbr->tbr_token = tbr->tbr_depth;
393 tbr->tbr_depth = TBR_SCALE(profile->depth);
395 tbr->tbr_filluptime = tbr->tbr_depth / tbr->tbr_rate;
398 tbr->tbr_token = tbr->tbr_depth;
475 profile->depth = (u_int)TBR_UNSCALE(tbr->tbr_depth);
HDif_altq.h118 int64_t tbr_depth; /* (scaled) token bucket depth */ member