Searched defs:_cbq_class_stats_ (Results 1 – 1 of 1) sorted by relevance
71 typedef struct _cbq_class_stats_ { struct72 u_int32_t handle;73 u_int depth;75 struct pktcntr xmit_cnt; /* packets sent in this class */76 struct pktcntr drop_cnt; /* dropped packets */77 u_int over; /* # times went over limit */78 u_int borrows; /* # times tried to borrow */79 u_int overactions; /* # times invoked overlimit action */80 u_int delays; /* # times invoked delay actions */83 int priority;[all …]