Home
last modified time | relevance | path

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

/linux-6.12.1/net/sched/
Dsch_hhf.c127 struct hhf_sched_data { struct
128 struct wdrr_bucket buckets[WDRR_BUCKET_CNT];
129 siphash_key_t perturbation; /* hash perturbation */
130 u32 quantum; /* psched_mtu(qdisc_dev(sch)); */
131 u32 drop_overlimit; /* number of times max qdisc packet
134 struct list_head *hh_flows; /* table T (currently active HHs) */
135 u32 hh_flows_limit; /* max active HH allocs */
136 u32 hh_flows_overlimit; /* num of disallowed HH allocs */
137 u32 hh_flows_total_cnt; /* total admitted HHs */
138 u32 hh_flows_current_cnt; /* total current HHs */
[all …]