Searched refs:gopt (Results 1 – 1 of 1) sorted by relevance
1000 struct tc_htb_glob *gopt; in htb_init() local1021 gopt = nla_data(tb[TCA_HTB_INIT]); in htb_init()1022 if (gopt->version != HTB_VER >> 16) in htb_init()1036 if ((q->rate2quantum = gopt->rate2quantum) < 1) in htb_init()1038 q->defcls = gopt->defcls; in htb_init()1047 struct tc_htb_glob gopt; in htb_dump() local1054 gopt.direct_pkts = q->direct_pkts; in htb_dump()1055 gopt.version = HTB_VER; in htb_dump()1056 gopt.rate2quantum = q->rate2quantum; in htb_dump()1057 gopt.defcls = q->defcls; in htb_dump()[all …]