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

/freebsd-11.0-release/sys/netpfil/ipfw/
H A Dip_dn_private.h237 u_int lookup_depth ; /* depth of lookup table */ member in struct:dn_fsk
H A Dip_dummynet.c1229 fs->lookup_depth = dn_cfg.red_lookup_depth;
1230 fs->w_q_lookup = (u_int *)malloc(fs->lookup_depth * sizeof(int),
1242 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.c380 q->avg = (t < fs->lookup_depth) ?
/freebsd-11.0-release/sbin/ipfw/
H A Ddummynet.c1774 int lookup_depth, avg_pkt_size; local
1788 &lookup_depth, &len, NULL, 0) == -1)
1789 lookup_depth = 256;
1790 if (lookup_depth == 0)
1825 fs->lookup_step = (int)idle / lookup_depth;

Completed in 79 milliseconds