Home
last modified time | relevance | path

Searched refs:TC_LINKLAYER_MASK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dpkt_sched.h88 #define TC_LINKLAYER_MASK 0x0F /* limit use to lower 4 bits */ macro
/openbmc/linux/include/uapi/linux/
H A Dpkt_sched.h89 #define TC_LINKLAYER_MASK 0x0F /* limit use to lower 4 bits */ macro
/openbmc/linux/include/net/
H A Dsch_generic.h1263 res->linklayer = (r->linklayer & TC_LINKLAYER_MASK); in psched_ratecfg_getrate()
/openbmc/linux/net/sched/
H A Dsch_generic.c1548 r->linklayer = (conf->linklayer & TC_LINKLAYER_MASK); in psched_ratecfg_precompute()