Home
last modified time | relevance | path

Searched refs:red_lookup_depth (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_private.h113 int red_lookup_depth; member
H A Dip_dn_io.c194 SYSCTL_INT(_net_inet_ip_dummynet, OID_AUTO, red_lookup_depth,
195 CTLFLAG_RD, DC(red_lookup_depth), 0, "Depth of RED lookup table");
H A Dip_dummynet.c1200 fs->lookup_step = div64(idle , dn_cfg.red_lookup_depth); in config_red()
1230 if (dn_cfg.red_lookup_depth == 0) { in config_red()
1237 fs->lookup_depth = dn_cfg.red_lookup_depth; in config_red()
2523 dn_cfg.red_lookup_depth = 256; /* default lookup table depth */ in ip_dn_init()