Home
last modified time | relevance | path

Searched defs:htb_sched (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/sched/
Dsch_htb.c150 struct htb_sched { struct
151 struct Qdisc_class_hash clhash;
152 int defcls; /* class where unclassified flows go to */
153 int rate2quantum; /* quant = rate / rate2quantum */
156 struct tcf_proto __rcu *filter_list;
159 unsigned int warned; /* only one warning */
183 struct htb_sched *q = qdisc_priv(sch); in htb_find() argument