Attribute Modifications |
|
void | rtnl_htb_set_rate2quantum (struct rtnl_qdisc *qdisc, uint32_t rate2quantum) |
void | rtnl_htb_set_defcls (struct rtnl_qdisc *qdisc, uint32_t defcls) |
| Set default class of the htb qdisc to the specified value.
|
void | rtnl_htb_set_prio (struct rtnl_class *class, uint32_t prio) |
void | rtnl_htb_set_rate (struct rtnl_class *class, uint32_t rate) |
| Set rate of HTB class.
|
uint32_t | rtnl_htb_get_rate (struct rtnl_class *class) |
void | rtnl_htb_set_ceil (struct rtnl_class *class, uint32_t ceil) |
| Set ceil of HTB class.
|
void | rtnl_htb_set_rbuffer (struct rtnl_class *class, uint32_t rbuffer) |
| Set size of the rate bucket of HTB class.
|
void | rtnl_htb_set_cbuffer (struct rtnl_class *class, uint32_t cbuffer) |
| Set size of the ceil bucket of HTB class.
|
void | rtnl_htb_set_quantum (struct rtnl_class *class, uint32_t quantum) |
| Set how much bytes to serve from leaf at once of HTB class {use r2q}.
|