Home | History | Annotate | Download | only in tc

Lines Matching defs:mpu

45 	unsigned buffer=0, mtu=0, mpu=0, latency=0;
112 } else if (strcmp(*argv, "mpu") == 0) {
114 if (mpu) {
115 fprintf(stderr, "tbf: duplicate \"mpu\" specification\n");
118 if (get_size(&mpu, *argv)) {
119 explain1("mpu", *argv);
214 opt.rate.mpu = mpu;
223 opt.peakrate.mpu = mpu;
279 fprintf(f, "burst %s/%u mpu %s ", sprint_size(buffer, b1),
280 1<<qopt->rate.cell_log, sprint_size(qopt->rate.mpu, b2));
292 if (qopt->mtu || qopt->peakrate.mpu) {
295 fprintf(f, "mtu %s/%u mpu %s ", sprint_size(mtu, b1),
296 1<<qopt->peakrate.cell_log, sprint_size(qopt->peakrate.mpu, b2));