Home
last modified time | relevance | path

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

/dragonfly/sys/net/dummynet/
H A Dip_dummynet.h294 u_int c_4; /* for GRED, 1 - 2*max_p (scaled) */ member
H A Dip_dummynet.c909 p_b = SCALE_MUL((int64_t)fs->c_3, (int64_t)q->avg) - fs->c_4; in red_drops()
1350 x->c_4 = (SCALE(1) - 2 * ioc_fs->max_p); in config_red()
/dragonfly/sys/net/dummynet3/
H A Dip_dummynet3.h309 u_int c_4; /* for GRED, 1 - 2*max_p (scaled) */ member
H A Dip_dummynet3.c928 p_b = SCALE_MUL((int64_t)fs->c_3, (int64_t)q->avg) - fs->c_4; in red_drops()
1355 x->c_4 = (SCALE(1) - 2 * ioc_fs->max_p); in config_red()