Home
last modified time | relevance | path

Searched defs:fq_sched_data (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/net/sched/
Dsch_fq.c96 struct fq_sched_data { struct
97 struct fq_flow_head new_flows;
99 struct fq_flow_head old_flows;
101 struct rb_root delayed; /* for rate limited flows */
102 u64 time_next_delayed_flow;
103 u64 ktime_cache; /* copy of last ktime_get_ns() */
104 unsigned long unthrottle_latency_ns;
106 struct fq_flow internal; /* for non classified or high prio packets */
107 u32 quantum;
108 u32 initial_quantum;
[all …]