Lines Matching refs:borrow
98 struct cbq_class *borrow; /* NULL if class is bandwidth limited;
354 } while ((cl = cl->borrow) != NULL && toplevel > cl->level);
431 for (b = cl->borrow; b; b = b->borrow) {
539 } while ((borrowed = borrowed->borrow) != NULL);
664 cl = cl->borrow;
694 struct cbq_class *borrow = cl;
697 (borrow = cbq_under_limit(cl)) == NULL)
720 q->tx_borrowed = borrow;
721 if (borrow != cl) {
723 borrow->xstats.borrows++;
726 borrow->xstats.borrows += qdisc_pkt_len(skb);
1063 cl->borrow = (lss->flags & TCF_CBQ_LSS_BOUNDED) ? NULL : cl->tparent;
1250 if (cl->borrow == NULL)
1650 cl->borrow = cl->tparent;