Home | History | Annotate | Download | only in tc

Lines Matching refs:mtu

34 		"Usage: ... stab [ mtu BYTES ] [ tsize SLOTS ] [ mpu BYTES ] \n"
36 " mtu : max packet size we create rate map for {2047}\n"
66 if (matches(*argv, "mtu") == 0) {
68 if (s.mtu)
69 duparg("mtu", *argv);
70 if (get_u32(&s.mtu, *argv, 10))
71 invarg("mtu", "invalid mtu");
130 if (s.mtu)
131 fprintf(fp, "mtu %u ", s.mtu);