Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Dif_altq.h117 int64_t tbr_depth; /* (scaled) token bucket depth */ member
H A Daltq_subr.c295 tbr->tbr_token = tbr->tbr_depth;
298 if (tbr->tbr_token > tbr->tbr_depth)
299 tbr->tbr_token = tbr->tbr_depth;
364 tbr->tbr_depth = TBR_SCALE(profile->depth);
366 tbr->tbr_filluptime = tbr->tbr_depth / tbr->tbr_rate;
382 tbr->tbr_token = tbr->tbr_depth;