Home | History | Annotate | Download | only in tc

Lines Matching refs:qopt

265 	struct tc_gred_qopt *qopt;
286 qopt = RTA_DATA(tb[TCA_GRED_PARMS]);
287 if (RTA_PAYLOAD(tb[TCA_GRED_PARMS]) < sizeof(*qopt)*MAX_DPs) {
294 for (i=0;i<MAX_DPs;i++, qopt++) {
295 if (qopt->DP >= MAX_DPs) continue;
298 qopt->DP,
299 qopt->prio,
300 sprint_size(qopt->qave, b4),
301 sprint_size(qopt->backlog, b5));
303 qopt->forced+qopt->early,
304 qopt->forced,
305 qopt->early);
307 qopt->packets,
308 qopt->bytesin);
311 sprint_size(qopt->limit, b1),
312 sprint_size(qopt->qth_min, b2),
313 sprint_size(qopt->qth_max, b3));
314 fprintf(f, "ewma %u ", qopt->Wlog);
318 fprintf(f, "Plog %u ", qopt->Plog);
319 fprintf(f, "Scell_log %u", qopt->Scell_log);