Home
last modified time | relevance | path

Searched refs:TC_HTB_MAXDEPTH (Results 1 – 3 of 3) sorted by relevance

/linux/net/sched/
H A Dsch_htb.c50 classes have level TC_HTB_MAXDEPTH-1. Interior nodes has level
125 int deficit[TC_HTB_MAXDEPTH];
173 s64 near_ev_cache[TC_HTB_MAXDEPTH];
175 int row_mask[TC_HTB_MAXDEPTH];
177 struct htb_level hlevel[TC_HTB_MAXDEPTH];
822 } stk[TC_HTB_MAXDEPTH], *sp = stk; in htb_lookup_leaf()
965 for (level = 0; level < TC_HTB_MAXDEPTH; level++) { in htb_dequeue()
1960 : TC_HTB_MAXDEPTH) - 1; in htb_change_class()
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h386 #define TC_HTB_MAXDEPTH 8 macro
/linux/include/uapi/linux/
H A Dpkt_sched.h406 #define TC_HTB_MAXDEPTH 8 macro