Lines Matching defs:dn_fsk
202 struct dn_fsk { /* kernel side of a flowset */ struct
204 SLIST_ENTRY(dn_fsk) fsk_next; /* hash chain for fshash */ argument
213 SLIST_ENTRY(dn_fsk) sch_chain; /* list of fsk attached to sched */ argument
218 int drain_bucket;
221 int w_q ; /* queue weight (scaled) */
222 int max_th ; /* maximum threshold for queue (scaled) */
223 int min_th ; /* minimum threshold for queue (scaled) */
224 int max_p ; /* maximum value for p_b (scaled) */
226 u_int c_1 ; /* max_p/(max_th-min_th) (scaled) */
227 u_int c_2 ; /* max_p*min_th/(max_th-min_th) (scaled) */
228 u_int c_3 ; /* for GRED, (1-max_p)/max_th (scaled) */
229 u_int c_4 ; /* for GRED, 1 - 2*max_p (scaled) */
230 u_int * w_q_lookup ; /* lookup table for computing (1-w_q)^t */
231 u_int lookup_depth ; /* depth of lookup table */
255 struct dn_fsk *fs; /* parent flowset. */ argument