Lines Matching refs:nstrict
53 unsigned int nstrict; member
194 return band < q->nstrict; in ets_class_is_strict()
473 for (band = 0; band < q->nstrict; band++) { in ets_qdisc_dequeue()
548 unsigned int nbands, unsigned int nstrict, in ets_qdisc_quanta_parse() argument
553 int band = nstrict; in ets_qdisc_quanta_parse()
593 unsigned int nstrict = 0; in ets_qdisc_change() local
620 nstrict = nla_get_u8(tb[TCA_ETS_NSTRICT]); in ets_qdisc_change()
621 if (nstrict > nbands) { in ets_qdisc_change()
636 nbands, nstrict, quanta, extack); in ets_qdisc_change()
643 for (i = nstrict; i < nbands; i++) { in ets_qdisc_change()
663 q->nstrict = nstrict; in ets_qdisc_change()
710 for (band = q->nstrict; band < q->nbands; band++) { in ets_qdisc_reset()
751 if (q->nstrict && in ets_qdisc_dump()
752 nla_put_u8(skb, TCA_ETS_NSTRICT, q->nstrict)) in ets_qdisc_dump()
755 if (q->nbands > q->nstrict) { in ets_qdisc_dump()
760 for (band = q->nstrict; band < q->nbands; band++) { in ets_qdisc_dump()