Hierachical Token Bucket (HTB)
[Queueing DisciplinesClasses]


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)


Function Documentation

void rtnl_htb_set_defcls ( struct rtnl_qdisc *  qdisc,
uint32_t  defcls 
)

Set default class of the htb qdisc to the specified value.

Parameters:
qdisc qdisc to change
defcls new default class

Definition at line 343 of file htb.c.


Generated on Fri Apr 27 14:14:08 2007 for libnl by  doxygen 1.5.1