Home
last modified time | relevance | path

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

/netbsd-src/sys/altq/
H A Daltq_hfsc.h232 struct hfsc_class { struct
238 struct hfsc_class *cl_parent; /* parent class */ argument
239 struct hfsc_class *cl_siblings; /* sibling classes */ argument
240 struct hfsc_class *cl_children; /* child classes */ argument
242 class_queue_t *cl_q; /* class queue structure */
243 struct red *cl_red; /* RED state */
244 struct altq_pktattr *cl_pktattr; /* saved header used by ECN */
246 u_int64_t cl_total; /* total work in bytes */
247 u_int64_t cl_cumul; /* cumulative work in bytes
249 u_int64_t cl_d; /* deadline */
[all …]