Home
last modified time | relevance | path

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

/mirbsd/src/sys/altq/
Daltq_hfsc.h163 struct hfsc_class { struct
169 struct hfsc_class *cl_parent; /* parent class */ argument
170 struct hfsc_class *cl_siblings; /* sibling classes */ argument
171 struct hfsc_class *cl_children; /* child classes */ argument
173 class_queue_t *cl_q; /* class queue structure */
174 struct red *cl_red; /* RED state */
175 struct altq_pktattr *cl_pktattr; /* saved header used by ECN */
177 u_int64_t cl_total; /* total work in bytes */
178 u_int64_t cl_cumul; /* cumulative work in bytes
180 u_int64_t cl_d; /* deadline */
[all …]