Searched defs:htb_sched (Results 1 – 2 of 2) sorted by relevance
148 struct htb_sched { struct149 struct Qdisc_class_hash clhash;150 int defcls; /* class where unclassified flows go to */151 int rate2quantum; /* quant = rate / rate2quantum */154 struct tcf_proto __rcu *filter_list;155 struct tcf_block *block;158 unsigned int warned; /* only one warning */182 struct htb_sched *q = qdisc_priv(sch); in htb_find() argument
149 struct htb_sched { struct150 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 …]