Home
last modified time | relevance | path

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

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