Searched defs:_rm_class_stats_ (Results 1 – 1 of 1) sorted by relevance
109 typedef struct _rm_class_stats_ { struct110 u_int handle;111 u_int depth;113 struct pktcntr xmit_cnt; /* packets sent in this class */114 struct pktcntr drop_cnt; /* dropped packets */115 u_int over; /* # times went over limit */116 u_int borrows; /* # times tried to borrow */117 u_int overactions; /* # times invoked overlimit action */118 u_int delays; /* # times invoked delay actions */