Lines Matching refs:qopt
160 struct tc_red_qopt *qopt;
173 qopt = RTA_DATA(tb[TCA_RED_PARMS]);
174 if (RTA_PAYLOAD(tb[TCA_RED_PARMS]) < sizeof(*qopt))
182 sprint_size(qopt->limit, b1),
183 sprint_size(qopt->qth_min, b2),
184 sprint_size(qopt->qth_max, b3));
185 if (qopt->flags & TC_RED_ECN)
187 if (qopt->flags & TC_RED_HARDDROP)
189 if (qopt->flags & TC_RED_ADAPTATIVE)
192 fprintf(f, "ewma %u ", qopt->Wlog);
196 fprintf(f, "Plog %u ", qopt->Plog);
197 fprintf(f, "Scell_log %u", qopt->Scell_log);