Lines Matching defs:limit
92 With classful TBF, limit is just kept for backwards compatibility.
94 changed the limit is not effective anymore.
99 u32 limit; /* Maximal length of backlog: bytes */
417 err = fifo_set_limit(q->qdisc, qopt->limit);
420 } else if (qopt->limit > 0) {
421 child = fifo_create_dflt(sch, &bfifo_qdisc_ops, qopt->limit,
438 q->limit = qopt->limit;
503 opt.limit = q->limit;