Searched defs:htb_sched (Results 1 – 1 of 1) sorted by relevance
152 struct htb_sched { struct153 struct Qdisc_class_hash clhash;154 int defcls; /* class where unclassified flows go to */155 int rate2quantum; /* quant = rate / rate2quantum */158 struct tcf_proto __rcu *filter_list;159 struct tcf_block *block;185 struct htb_sched *q = qdisc_priv(sch); in htb_find() argument