Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dip_dummynet.c131 static int red_lookup_depth = 256; /* RED - default lookup table depth */ variable
233 SYSCTL_INT(_net_inet_ip_dummynet, OID_AUTO, red_lookup_depth,
234 CTLFLAG_RD | CTLFLAG_LOCKED, &red_lookup_depth, 0, "Depth of RED lookup table");
2058 if (red_lookup_depth == 0) { in config_red()
2062 x->w_q_lookup = (u_int *) kalloc_data(red_lookup_depth * sizeof(int), in config_red()
2064 x->lookup_depth = red_lookup_depth; in config_red()