Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dtc_core.c149 r->linklayer = (linklayer & TC_LINKLAYER_MASK); in tc_calc_rtable()
Dq_tbf.c319 linklayer = (qopt->rate.linklayer & TC_LINKLAYER_MASK); in tbf_print_opt()
Dm_police.c363 linklayer = (p->rate.linklayer & TC_LINKLAYER_MASK); in print_police()
Dq_htb.c312 linklayer = (hopt->rate.linklayer & TC_LINKLAYER_MASK); in htb_print_opt()
Dq_cbq.c491 linklayer = (r->linklayer & TC_LINKLAYER_MASK); in cbq_print_opt()
/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h82 #define TC_LINKLAYER_MASK 0x0F /* limit use to lower 4 bits */ macro
/external/iproute2/include/linux/
Dpkt_sched.h86 #define TC_LINKLAYER_MASK 0x0F /* limit use to lower 4 bits */ macro