Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_htb.c149 struct htb_sched { struct
150 struct Qdisc_class_hash clhash;
151 int defcls; /* class where unclassified flows go to */
152 int rate2quantum; /* quant = rate / rate2quantum */
155 struct tcf_proto __rcu *filter_list;
156 struct tcf_block *block;
159 unsigned int warned; /* only one warning */
160 int direct_qlen;
161 struct work_struct work;
164 struct qdisc_skb_head direct_queue;
[all …]