Home
last modified time | relevance | path

Searched refs:linklayer (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/networking/
H A D6lowpan.rst14 Where LL_PRIV_6LOWPAN_DATA is sizeof linklayer 6lowpan private data struct.
25 wheres LOWPAN_LLTYPE_FOOBAR is a define for your 6LoWPAN linklayer type of
/linux/net/sched/
H A Dsch_tbf.c129 if (unlikely(r->linklayer == TC_LINKLAYER_ATM)) { in psched_ns_t2l()
382 if (qopt->rate.linklayer == TC_LINKLAYER_UNAWARE) in tbf_change()
387 if (qopt->peakrate.linklayer == TC_LINKLAYER_UNAWARE) in tbf_change()
H A Dsch_generic.c1549 r->linklayer = (conf->linklayer & TC_LINKLAYER_MASK); in psched_ratecfg_precompute()
H A Dsch_htb.c1806 if (hopt->rate.linklayer == TC_LINKLAYER_UNAWARE) in htb_change_class()
1810 if (hopt->ceil.linklayer == TC_LINKLAYER_UNAWARE) in htb_change_class()
H A Dsch_api.c378 /* The linklayer setting were not transferred from iproute2, in older
381 * utils, we detect the linklayer setting by detecting if the rate
384 * For linklayer ATM table entries, the rate table will be aligned to
389 * the rate tables have been modified for linklayer ATM.
404 pr_debug("TC linklayer: Giving up ATM detection\n"); in __detect_linklayer()
410 pr_debug("TC linklayer: Detected ATM, low(%d)=high(%d)=%u\n", in __detect_linklayer()
445 if (r->linklayer == TC_LINKLAYER_UNAWARE) in qdisc_get_rtab()
446 r->linklayer = __detect_linklayer(r, rtab->data); in qdisc_get_rtab()
/linux/include/net/
H A Dsch_generic.h1400 u8 linklayer; member
1412 if (unlikely(r->linklayer == TC_LINKLAYER_ATM)) in psched_l2t_ns()
1435 res->linklayer = (r->linklayer & TC_LINKLAYER_MASK); in psched_ratecfg_getrate()
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h92 __u8 linklayer; /* lower 4 bits */ member
106 unsigned int linklayer; member