Lines Matching refs:cbs
209 priv->upper.tc = priv->upper.conf.cbs = NG_CAR_CBS_MIN; in ng_car_constructor()
224 priv->lower.tc = priv->lower.conf.cbs = NG_CAR_CBS_MIN; in ng_car_constructor()
473 bconf->downstream.cbs /= 128; in ng_car_rcvmsg()
479 bconf->upstream.cbs /= 128; in ng_car_rcvmsg()
498 bconf->downstream.cbs *= 128; in ng_car_rcvmsg()
504 bconf->upstream.cbs *= 128; in ng_car_rcvmsg()
511 (bconf->downstream.cbs == 0 && in ng_car_rcvmsg()
513 (bconf->upstream.cbs == 0 && in ng_car_rcvmsg()
533 priv->upper.tc = priv->upper.conf.cbs; in ng_car_rcvmsg()
544 priv->lower.tc = priv->lower.conf.cbs; in ng_car_rcvmsg()
652 delta = h->tc - h->conf.cbs; in ng_car_refillhook()
654 h->tc = h->conf.cbs; in ng_car_refillhook()
665 if (h->tc > ((int64_t)h->conf.cbs)) in ng_car_refillhook()
666 h->tc = h->conf.cbs; in ng_car_refillhook()
676 if (h->tc > ((int64_t)h->conf.cbs)) in ng_car_refillhook()
677 h->tc = h->conf.cbs; in ng_car_refillhook()