Home | History | Annotate | Download | only in tc

Lines Matching refs:qopt

208 	struct tc_sfq_qopt *qopt;
216 if (RTA_PAYLOAD(opt) < sizeof(*qopt))
220 qopt = RTA_DATA(opt);
221 fprintf(f, "limit %up ", qopt->limit);
222 fprintf(f, "quantum %s ", sprint_size(qopt->quantum, b1));
229 fprintf(f, "flows %u/%u ", qopt->flows, qopt->divisor);
231 fprintf(f, "divisor %u ", qopt->divisor);
232 if (qopt->perturb_period)
233 fprintf(f, "perturb %dsec ", qopt->perturb_period);