Home
last modified time | relevance | path

Searched defs:_rm_class_stats_ (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/net/altq/
H A Daltq_rmclass.h119 typedef struct _rm_class_stats_ { struct
120 u_int handle;
121 u_int depth;
123 struct pktcntr xmit_cnt; /* packets sent in this class */
124 struct pktcntr drop_cnt; /* dropped packets */
125 u_int over; /* # times went over limit */
126 u_int borrows; /* # times tried to borrow */
127 u_int overactions; /* # times invoked overlimit action */
128 u_int delays; /* # times invoked delay actions */