Searched defs:hfsc_class (Results 1 – 1 of 1) sorted by relevance
232 struct hfsc_class { struct238 struct hfsc_class *cl_parent; /* parent class */ argument239 struct hfsc_class *cl_siblings; /* sibling classes */ argument240 struct hfsc_class *cl_children; /* child classes */ argument242 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 bytes249 u_int64_t cl_d; /* deadline */[all …]