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