Home
last modified time | relevance | path

Searched refs:c_3 (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_private.h236 u_int c_3 ; /* for GRED, (1-max_p)/max_th (scaled) */ member
H A Dip_dn_glue.c122 u_int c_3 ; /* for GRED, (1-max_p)/max_th (scaled) */ member
H A Dip_dn_io.c391 p_b = SCALE_MUL((int64_t)fs->c_3, (int64_t)q->avg) - in red_drops()
H A Dip_dummynet.c1221 fs->c_3 = (SCALE(1) - fs->max_p) / fs->fs.max_th; in config_red()