Lines Matching refs:u_int
120 u_int handle;
121 u_int depth;
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 */
139 u_int ns_per_byte_; /* NanoSeconds per byte. */
140 u_int maxrate_; /* Bytes per second for this class. */
141 u_int allotment_; /* Fraction of link bandwidth. */
142 u_int w_allotment_; /* Weighted allotment for WRR */
239 rm_class_t *rmc_newclass(int, struct rm_ifdat *, u_int,
242 u_int, int, u_int, int, int);
244 int rmc_modclass(struct rm_class *, u_int, int, u_int, int, u_int, int);
245 void rmc_init(struct ifaltq *, struct rm_ifdat *, u_int,
246 void (*)(struct ifaltq *), int, int, u_int, int, u_int, int);