Lines Matching refs:htb
2 * lib/route/sch/htb.c HTB Qdisc
17 * @defgroup htb Hierachical Token Bucket (HTB)
32 #include <netlink/route/sch/htb.h>
364 * Set default class of the htb qdisc to the specified value
390 * @arg class HTB class to be modified.
393 * Sets MTU of the data link controlled by the HTB class.
407 * Set rate of HTB class.
408 * @arg class HTB class to be modified.
423 * Set ceil of HTB class.
424 * @arg class HTB class to be modified.
439 * Set size of the rate bucket of HTB class.
440 * @arg class HTB class to be modified.
454 * Set size of the ceil bucket of HTB class.
455 * @arg class HTB class to be modified.
469 * Set how much bytes to serve from leaf at once of HTB class {use r2q}.
470 * @arg class HTB class to be modified.
484 * Set per-packet size overhead used in rate computations of HTB class.
485 * @arg class HTB class to be modified.
499 * Set the minimum packet size used in rate computations of HTB class.
500 * @arg class HTB class to be modified.
516 .qo_kind = "htb",
524 .co_kind = "htb",