Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_dn_private.h233 int lookup_weight ; /* equal to (1-w_q)^t / (1-w_q)^(t+1) */ member
H A Dip_dn_glue.c126 int lookup_weight ; /* equal to (1-w_q)^t / (1-w_q)^(t+1) */ member
H A Dip_dummynet.c1230 fs->lookup_weight = (int)(weight); // scaled in config_red()
1272 SCALE_MUL(fs->w_q_lookup[i - 1], fs->lookup_weight); in config_red()
/freebsd/sbin/ipfw/
H A Ddummynet.c1858 fs->lookup_weight = (int)(weight * (1 << SCALE_RED)); in ipfw_config_pipe()