Searched defs:fq_sched_data (Results 1 – 1 of 1) sorted by relevance
91 struct fq_sched_data { struct92 struct fq_flow_head new_flows;94 struct fq_flow_head old_flows;96 struct rb_root delayed; /* for rate limited flows */97 u64 time_next_delayed_flow;98 unsigned long unthrottle_latency_ns;100 struct fq_flow internal; /* for non classified or high prio packets */101 u32 quantum;102 u32 initial_quantum;103 u32 flow_refill_delay;[all …]