Home | History | Annotate | Download | only in tc

Lines Matching refs:qopt

161 	struct tc_red_qopt *qopt;
174 qopt = RTA_DATA(tb[TCA_RED_PARMS]);
175 if (RTA_PAYLOAD(tb[TCA_RED_PARMS]) < sizeof(*qopt))
183 sprint_size(qopt->limit, b1),
184 sprint_size(qopt->qth_min, b2),
185 sprint_size(qopt->qth_max, b3));
186 if (qopt->flags & TC_RED_ECN)
188 if (qopt->flags & TC_RED_HARDDROP)
190 if (qopt->flags & TC_RED_ADAPTATIVE)
193 fprintf(f, "ewma %u ", qopt->Wlog);
197 fprintf(f, "Plog %u ", qopt->Plog);
198 fprintf(f, "Scell_log %u", qopt->Scell_log);