Home
last modified time | relevance | path

Searched defs:tb_regulator (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/net/altq/
H A Dif_altq.h115 struct tb_regulator { struct
116 int64_t tbr_rate; /* (scaled) token bucket rate */
117 int64_t tbr_depth; /* (scaled) token bucket depth */
119 int64_t tbr_token; /* (scaled) current token */
120 int64_t tbr_filluptime; /* (scaled) time to fill up bucket */
121 u_int64_t tbr_last; /* last time token was updated */
123 int tbr_lastop; /* last dequeue operation type