Searched refs:red_lookup_depth (Results 1 – 3 of 3) sorted by relevance
103 int red_lookup_depth; member
176 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");
1222 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()