Searched defs:fq_sched_data (Results 1 – 1 of 1) sorted by relevance
82 struct fq_sched_data { struct83 struct fq_flow_head new_flows;85 struct fq_flow_head old_flows;87 struct rb_root delayed; /* for rate limited flows */88 u64 time_next_delayed_flow;89 unsigned long unthrottle_latency_ns;91 struct fq_flow internal; /* for non classified or high prio packets */92 u32 quantum;93 u32 initial_quantum;94 u32 flow_refill_delay;[all …]