Home | History | Annotate | Download | only in tc

Lines Matching refs:qopt

170 	const struct tc_red_qopt *qopt;
180 qopt = RTA_DATA(tb[TCA_CHOKE_PARMS]);
181 if (RTA_PAYLOAD(tb[TCA_CHOKE_PARMS]) < sizeof(*qopt))
188 qopt->limit, qopt->qth_min, qopt->qth_max);
190 if (qopt->flags & TC_RED_ECN)
194 fprintf(f, "ewma %u ", qopt->Wlog);
198 fprintf(f, "Plog %u ", qopt->Plog);
199 fprintf(f, "Scell_log %u", qopt->Scell_log);