Searched defs:qfq_sched (Results 1 – 1 of 1) sorted by relevance
178 struct qfq_sched { struct179 struct tcf_proto __rcu *filter_list;180 struct tcf_block *block;181 struct Qdisc_class_hash clhash;183 u64 oldV, V; /* Precise virtual times. */207 struct qfq_sched *q = qdisc_priv(sch); in qfq_find_class() argument