Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_dn_private.h103 int red_lookup_depth; member
H A Dip_dn_io.c176 SYSCTL_INT(_net_inet_ip_dummynet, OID_AUTO, red_lookup_depth,
177 CTLFLAG_RD | CTLFLAG_VNET, DC(red_lookup_depth), 0, "Depth of RED lookup table");
H A Dip_dummynet.c1222 fs->lookup_step = div64(idle , V_dn_cfg.red_lookup_depth); in config_red()
1250 if (V_dn_cfg.red_lookup_depth == 0) { in config_red()
1257 fs->lookup_depth = V_dn_cfg.red_lookup_depth; in config_red()
2573 V_dn_cfg.red_lookup_depth = 256; /* default lookup table depth */ in ip_dn_vnet_init()