Searched refs:hopt (Results 1 – 1 of 1) sorted by relevance
1768 struct tc_htb_opt *hopt; in htb_change_class() local1787 hopt = nla_data(tb[TCA_HTB_PARMS]); in htb_change_class()1788 if (!hopt->rate.rate || !hopt->ceil.rate) in htb_change_class()1793 if (hopt->rate.overhead || hopt->ceil.overhead) { in htb_change_class()1797 if (hopt->rate.mpu || hopt->ceil.mpu) { in htb_change_class()1801 if (hopt->quantum) { in htb_change_class()1805 if (hopt->prio) { in htb_change_class()1812 if (hopt->rate.linklayer == TC_LINKLAYER_UNAWARE) in htb_change_class()1813 qdisc_put_rtab(qdisc_get_rtab(&hopt->rate, tb[TCA_HTB_RTAB], in htb_change_class()1816 if (hopt->ceil.linklayer == TC_LINKLAYER_UNAWARE) in htb_change_class()[all …]