Searched defs:htb_sched (Results 1 – 1 of 1) sorted by relevance
150 struct htb_sched { struct151 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;157 struct tcf_block *block;160 unsigned int warned; /* only one warning */161 int direct_qlen;162 struct work_struct work;165 struct qdisc_skb_head direct_queue;[all …]