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_mtu (struct rtnl_class *class, uint32_t mtu) |
void | rtnl_htb_set_rate (struct rtnl_class *class, uint32_t rate) |
void | rtnl_htb_set_ceil (struct rtnl_class *class, uint32_t ceil) |
void rtnl_htb_set_defcls | ( | struct rtnl_qdisc * | qdisc, | |
uint32_t | defcls | |||
) |