Searched defs:hfsc_class (Results 1 – 1 of 1) sorted by relevance
163 struct hfsc_class { struct169 struct hfsc_class *cl_parent; /* parent class */ argument170 struct hfsc_class *cl_siblings; /* sibling classes */ argument171 struct hfsc_class *cl_children; /* child classes */ argument173 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 bytes180 u_int64_t cl_d; /* deadline */[all …]