Home | History | Annotate | Download | only in tc

Lines Matching refs:tsize

33 		"Usage: ... stab [ mtu BYTES ] [ tsize SLOTS ] [ mpu BYTES ] \n"
36 " tsize : how many slots should size table have {512}\n"
89 } else if (matches(*argv, "tsize") == 0) {
91 if (s.tsize)
92 duparg("tsize", *argv);
93 if (get_u32(&s.tsize, *argv, 10)) {
94 invarg("tsize", "invalid table size");
141 if (s.tsize)
142 fprintf(fp, "tsize %u ", s.tsize);