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