Home
last modified time | relevance | path

Searched refs:hopt (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/net/sched/
Dsch_htb.c1312 struct tc_htb_opt *hopt; in htb_change_class() local
1328 hopt = nla_data(tb[TCA_HTB_PARMS]); in htb_change_class()
1330 rtab = qdisc_get_rtab(&hopt->rate, tb[TCA_HTB_RTAB]); in htb_change_class()
1331 ctab = qdisc_get_rtab(&hopt->ceil, tb[TCA_HTB_CTAB]); in htb_change_class()
1417 cl->tokens = hopt->buffer; in htb_change_class()
1418 cl->ctokens = hopt->cbuffer; in htb_change_class()
1443 if (!hopt->quantum && cl->quantum < 1000) { in htb_change_class()
1449 if (!hopt->quantum && cl->quantum > 200000) { in htb_change_class()
1455 if (hopt->quantum) in htb_change_class()
1456 cl->quantum = hopt->quantum; in htb_change_class()
[all …]