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)
684 if (ctl->limit) {
685 q->limit = min_t(u32, ctl->limit, q->maxdepth * q->maxflows);
686 q->maxflows = min_t(u32, q->maxflows, q->limit);
690 while (sch->q.qlen > q->limit) {
750 q->limit = SFQ_MAX_DEPTH;
781 if (q->limit >= 1)
798 opt.v0.limit = q->limit;