Lines Matching defs:gopt
1061 struct tc_htb_glob *gopt;
1084 gopt = nla_data(tb[TCA_HTB_INIT]);
1085 if (gopt->version != HTB_VER >> 16)
1118 if ((q->rate2quantum = gopt->rate2quantum) < 1)
1120 q->defcls = gopt->defcls;
1214 struct tc_htb_glob gopt;
1226 gopt.direct_pkts = q->direct_pkts;
1227 gopt.version = HTB_VER;
1228 gopt.rate2quantum = q->rate2quantum;
1229 gopt.defcls = q->defcls;
1230 gopt.debug = 0;
1235 if (nla_put(skb, TCA_HTB_INIT, sizeof(gopt), &gopt) ||