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 */ macro220 rm_class_t *borrowed_[RM_MAXQUEUED]; /* Class borrowed last */221 rm_class_t *class_[RM_MAXQUEUED]; /* class sending */222 int curlen_[RM_MAXQUEUED]; /* Current pktlen */223 struct timeval now_[RM_MAXQUEUED]; /* Current packet time. */224 int is_overlimit_[RM_MAXQUEUED];/* Current packet time. */
353 cbqrestart, a->qlimit, RM_MAXQUEUED, in cbq_add_queue()
716 for (i = 0; i < RM_MAXQUEUED; i++) { in rmc_init()