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

/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_dn_private.h236 u_int lookup_depth ; /* depth of lookup table */ member in struct:dn_fsk
H A Dip_dummynet.c1234 fs->lookup_depth = dn_cfg.red_lookup_depth;
1235 fs->w_q_lookup = (u_int *)malloc(fs->lookup_depth * sizeof(int),
1247 for (i = 1; i < fs->lookup_depth; i++)
H A Dip_dn_glue.c123 u_int lookup_depth ; /* depth of lookup table */ member in struct:dn_flow_set
H A Dip_dn_io.c333 q->avg = (t < fs->lookup_depth) ?
/freebsd-10-stable/sbin/ipfw/
H A Ddummynet.c1769 int lookup_depth, avg_pkt_size; local
1783 &lookup_depth, &len, NULL, 0) == -1)
1784 lookup_depth = 256;
1785 if (lookup_depth == 0)
1820 fs->lookup_step = (int)idle / lookup_depth;

Completed in 93 milliseconds