Home | History | Annotate | Download | only in tc

Lines Matching full:linklayer

46 		" linklay  adapting to a linklayer e.g. atm\n"
122 unsigned int linklayer = LINKLAYER_ETHERNET; /* Assume ethernet */
150 } else if (matches(*argv, "linklayer") == 0) {
152 if (get_linklayer(&linklayer, *argv)) {
153 explain1("linklayer"); return -1;
238 if (tc_calc_rtable(&opt.rate, rtab, cell_log, mtu, linklayer) < 0) {
244 if (tc_calc_rtable(&opt.ceil, ctab, ccell_log, mtu, linklayer) < 0) {
272 unsigned int linklayer;
312 linklayer = (hopt->rate.linklayer & TC_LINKLAYER_MASK);
313 if (linklayer > TC_LINKLAYER_ETHERNET || show_details)
314 fprintf(f, "linklayer %s ", sprint_linklayer(linklayer, b4));