tbr_depth         227 altq/altq_subr.c 				tbr->tbr_token = tbr->tbr_depth;
tbr_depth         230 altq/altq_subr.c 				if (tbr->tbr_token > tbr->tbr_depth)
tbr_depth         231 altq/altq_subr.c 					tbr->tbr_token = tbr->tbr_depth;
tbr_depth         289 altq/altq_subr.c 	tbr->tbr_depth = TBR_SCALE(profile->depth);
tbr_depth         291 altq/altq_subr.c 		tbr->tbr_filluptime = tbr->tbr_depth / tbr->tbr_rate;
tbr_depth         294 altq/altq_subr.c 	tbr->tbr_token = tbr->tbr_depth;
tbr_depth         369 altq/altq_subr.c 		profile->depth = (u_int)TBR_UNSCALE(tbr->tbr_depth);
tbr_depth         105 altq/if_altq.h 	int64_t		tbr_depth;	/* (scaled) token bucket depth */