Searched defs:hhf_sched_data (Results 1 – 1 of 1) sorted by relevance
126 struct hhf_sched_data { struct127 struct wdrr_bucket buckets[WDRR_BUCKET_CNT];128 u32 perturbation; /* hash perturbation */129 u32 quantum; /* psched_mtu(qdisc_dev(sch)); */130 u32 drop_overlimit; /* number of times max qdisc packet133 struct list_head *hh_flows; /* table T (currently active HHs) */134 u32 hh_flows_limit; /* max active HH allocs */135 u32 hh_flows_overlimit; /* num of disallowed HH allocs */136 u32 hh_flows_total_cnt; /* total admitted HHs */137 u32 hh_flows_current_cnt; /* total current HHs */[all …]