Searched defs:dn_fsk (Results 1 – 1 of 1) sorted by relevance
210 struct dn_fsk { /* kernel side of a flowset */ struct221 SLIST_ENTRY(dn_fsk) sch_chain; /* list of fsk attached to sched */ argument226 int drain_bucket;229 int w_q ; /* queue weight (scaled) */230 int max_th ; /* maximum threshold for queue (scaled) */232 int max_p ; /* maximum value for p_b (scaled) */234 u_int c_1 ; /* max_p/(max_th-min_th) (scaled) */236 u_int c_3 ; /* for GRED, (1-max_p)/max_th (scaled) */237 u_int c_4 ; /* for GRED, 1 - 2*max_p (scaled) */239 u_int lookup_depth ; /* depth of lookup table */[all …]