Searched defs:hfsc_class (Results 1 – 1 of 1) sorted by relevance
213 struct hfsc_class { struct220 struct hfsc_class *cl_parent; /* parent class */ argument221 struct hfsc_class *cl_siblings; /* sibling classes */ argument222 struct hfsc_class *cl_children; /* child classes */ argument224 class_queue_t *cl_q; /* class queue structure */225 union {228 } cl_aqm;231 struct altq_pktattr *cl_pktattr; /* saved header used by ECN */233 u_int64_t cl_total; /* total work in bytes */234 u_int64_t cl_cumul; /* cumulative work in bytes[all …]