Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_htb.c129 int deficit[TC_HTB_MAXDEPTH];
175 s64 near_ev_cache[TC_HTB_MAXDEPTH];
177 int row_mask[TC_HTB_MAXDEPTH];
179 struct htb_level hlevel[TC_HTB_MAXDEPTH];
789 } stk[TC_HTB_MAXDEPTH], *sp = stk; in htb_lookup_leaf()
930 for (level = 0; level < TC_HTB_MAXDEPTH; level++) { in htb_dequeue()
1438 : TC_HTB_MAXDEPTH) - 1; in htb_change_class()
/Linux-v4.19/include/uapi/linux/
Dpkt_sched.h359 #define TC_HTB_MAXDEPTH 8 macro