Searched refs:hopt (Results 1 – 1 of 1) sorted by relevance
1339 struct tc_htb_opt *hopt; in htb_change_class() local1356 hopt = nla_data(tb[TCA_HTB_PARMS]); in htb_change_class()1357 if (!hopt->rate.rate || !hopt->ceil.rate) in htb_change_class()1361 if (hopt->rate.linklayer == TC_LINKLAYER_UNAWARE) in htb_change_class()1362 qdisc_put_rtab(qdisc_get_rtab(&hopt->rate, tb[TCA_HTB_RTAB])); in htb_change_class()1364 if (hopt->ceil.linklayer == TC_LINKLAYER_UNAWARE) in htb_change_class()1365 qdisc_put_rtab(qdisc_get_rtab(&hopt->ceil, tb[TCA_HTB_CTAB])); in htb_change_class()1453 cl->tokens = PSCHED_TICKS2NS(hopt->buffer); in htb_change_class()1454 cl->ctokens = PSCHED_TICKS2NS(hopt->cbuffer); in htb_change_class()1481 psched_ratecfg_precompute(&cl->rate, &hopt->rate, rate64); in htb_change_class()[all …]