Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/classq/
H A Dif_classq.h80 struct tb_regulator { struct
81 u_int64_t tbr_rate_raw; /* (unscaled) token bucket rate */
82 u_int32_t tbr_percent; /* token bucket rate in percentage */
83 int64_t tbr_rate; /* (scaled) token bucket rate */
84 int64_t tbr_depth; /* (scaled) token bucket depth */
86 int64_t tbr_token; /* (scaled) current token */
87 int64_t tbr_filluptime; /* (scaled) time to fill up bucket */
88 u_int64_t tbr_last; /* last time token was updated */