Home
last modified time | relevance | path

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

/f-stack/tools/ipfw/
H A Ddummynet.c1780 int lookup_depth, avg_pkt_size; in ipfw_config_pipe() local
1794 &lookup_depth, &len, NULL, 0) == -1) in ipfw_config_pipe()
1795 lookup_depth = 256; in ipfw_config_pipe()
1796 if (lookup_depth == 0) in ipfw_config_pipe()
1831 fs->lookup_step = (int)idle / lookup_depth; in ipfw_config_pipe()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_private.h239 u_int lookup_depth ; /* depth of lookup table */ member
H A Dip_dn_glue.c125 u_int lookup_depth ; /* depth of lookup table */ member
H A Dip_dn_io.c370 q->avg = (t < fs->lookup_depth) ? in red_drops()
H A Dip_dummynet.c1237 fs->lookup_depth = dn_cfg.red_lookup_depth; in config_red()
1238 fs->w_q_lookup = (u_int *)malloc(fs->lookup_depth * sizeof(int), in config_red()
1250 for (i = 1; i < fs->lookup_depth; i++) in config_red()