Home | History | Annotate | Download | only in tc

Lines Matching full:linklayer

30 	fprintf(stderr, "[ overhead BYTES ] [ linklayer TYPE ]\n");
48 unsigned int linklayer = LINKLAYER_ETHERNET; /* Assume ethernet */
154 } else if (matches(*argv, "linklayer") == 0) {
156 if (get_linklayer(&linklayer, *argv)) {
157 explain1("linklayer", *argv); return -1;
216 if (tc_calc_rtable(&opt.rate, rtab, Rcell_log, mtu, linklayer) < 0) {
225 if (tc_calc_rtable(&opt.peakrate, ptab, Pcell_log, mtu, linklayer) < 0) {
253 unsigned int linklayer;
319 linklayer = (qopt->rate.linklayer & TC_LINKLAYER_MASK);
320 if (linklayer > TC_LINKLAYER_ETHERNET || show_details)
321 fprintf(f, "linklayer %s ", sprint_linklayer(linklayer, b3));