Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Daltq_cbq.h78 typedef struct _cbq_class_stats_ { struct
79 u_int32_t handle;
80 u_int depth;
82 struct pktcntr xmit_cnt; /* packets sent in this class */
83 struct pktcntr drop_cnt; /* dropped packets */
84 u_int over; /* # times went over limit */
85 u_int borrows; /* # times tried to borrow */
86 u_int overactions; /* # times invoked overlimit action */
87 u_int delays; /* # times invoked delay actions */
90 int priority;
[all …]