Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_dn_private.h202 struct dn_fsk { /* kernel side of a flowset */ struct
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) */
224 int max_p ; /* maximum value for p_b (scaled) */
226 u_int c_1 ; /* max_p/(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) */
231 u_int lookup_depth ; /* depth of lookup table */
[all …]