Home | History | Annotate | Download | only in tc

Lines Matching refs:qopt

274 	struct tc_gred_qopt *qopt;
299 qopt = RTA_DATA(tb[TCA_GRED_PARMS]);
301 RTA_PAYLOAD(tb[TCA_GRED_PARMS]) < sizeof(*qopt)*MAX_DPs) {
317 for (i=0;i<MAX_DPs;i++, qopt++) {
318 if (qopt->DP >= MAX_DPs) continue;
320 qopt->DP,
321 qopt->prio,
322 sprint_size(qopt->limit, b1),
323 sprint_size(qopt->qth_min, b2),
324 sprint_size(qopt->qth_max, b3));
326 fprintf(f, "ewma %u ", qopt->Wlog);
330 fprintf(f, "Plog %u ", qopt->Plog);
331 fprintf(f, "Scell_log %u ", qopt->Scell_log);
335 sprint_size(qopt->qave, b1),
336 sprint_size(qopt->backlog, b2));
338 qopt->forced,
339 qopt->early,
340 qopt->pdrop,
341 qopt->other);
343 qopt->packets,
344 sprint_size(qopt->bytesin, b1));