Lines Matching defs:limit
115 int limit; /* limit of total number of packets in this qdisc */
118 u8 maxdepth; /* limit of packets per flow */
461 if (++sch->q.qlen <= q->limit)
687 if (ctl->limit) {
688 q->limit = min_t(u32, ctl->limit, q->maxdepth * q->maxflows);
689 q->maxflows = min_t(u32, q->maxflows, q->limit);
693 while (sch->q.qlen > q->limit) {
753 q->limit = SFQ_MAX_DEPTH;
784 if (q->limit >= 1)
801 opt.v0.limit = q->limit;