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;90 struct fq_flow internal; /* for non classified or high prio packets */91 u32 quantum;92 u32 initial_quantum;93 u32 flow_refill_delay;94 u32 flow_max_rate; /* optional max rate per flow */[all …]