Lines Matching full:ceil
103 rtnl_copy_ratespec(&htb->ch_ceil, &opts.ceil); in htb_class_msg_parser()
183 nl_dump(p, " ceil %.2f%s/s (%.0f%s) log %u", in htb_class_dump_details()
257 rtnl_rcopy_ratespec(&opts.ceil, &htb->ch_ceil); in htb_class_msg_fill()
261 * If not set, configured rate is used as ceil, which implies in htb_class_msg_fill()
264 memcpy(&opts.ceil, &opts.rate, sizeof(struct tc_ratespec)); in htb_class_msg_fill()
489 * Return ceil rate of HTB class
492 * @return Ceil rate in bytes/s or 0 if unspecified. If the value
511 * Return ceil rate of HTB class
513 * @arg out_ceil64 on success, the set ceil value.
531 * Set ceil rate of HTB class
533 * @arg ceil new ceil rate number of bytes per second
537 int rtnl_htb_set_ceil(struct rtnl_class *class, uint32_t ceil) in rtnl_htb_set_ceil() argument
539 return rtnl_htb_set_ceil64(class, ceil); in rtnl_htb_set_ceil()
543 * Set ceil rate of HTB class
545 * @arg ceil64 new ceil rate number of bytes per second
601 * Return ceil burst buffer size of HTB class
604 * @return Ceil burst buffer size or 0 if unspecified
618 * Set size of the ceil bucket of HTB class.