Lines Matching defs:limit
26 limit - bytes (must be > qth_max + burst)
28 Hard limit on queue length, should be chosen >qth_max
32 Really, this limit will never be reached
37 u32 limit; /* HARD maximal queue length */
201 opt.set.limit = q->limit;
265 if (ctl->limit > 0) {
266 child = fifo_create_dflt(sch, &bfifo_qdisc_ops, ctl->limit,
284 q->limit = ctl->limit;
414 .limit = q->limit,