Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_private.h235 u_int c_2 ; /* max_p*min_th/(max_th-min_th) (scaled) */ member
H A Dip_dn_glue.c121 u_int c_2 ; /* max_p*min_th/(max_th-min_th) (scaled) */ member
H A Dip_dn_io.c406 p_b = SCALE_MUL((int64_t)fs->c_1, (int64_t)q->avg) - fs->c_2; in red_drops()
H A Dip_dummynet.c1218 fs->c_2 = SCALE_MUL(fs->c_1, SCALE(fs->fs.min_th)); in config_red()