Searched refs:RM_MAXQUEUED (Results 1 – 3 of 3) sorted by relevance
111 #define RM_MAXQUEUED 1 /* this isn't used in ALTQ/CBQ */ macro113 #define RM_MAXQUEUED 16 /* Max number of packets downstream of CBQ */ macro217 rm_class_t *borrowed_[RM_MAXQUEUED]; /* Class borrowed last */218 rm_class_t *class_[RM_MAXQUEUED]; /* class sending */219 int curlen_[RM_MAXQUEUED]; /* Current pktlen */220 struct timeval now_[RM_MAXQUEUED]; /* Current packet time. */221 int is_overlimit_[RM_MAXQUEUED];/* Current packet time. */
353 cbqrestart, a->qlimit, RM_MAXQUEUED, in cbq_add_queue()
714 for (i = 0; i < RM_MAXQUEUED; i++) { in rmc_init()