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

/freebsd-10-stable/sys/netpfil/ipfw/
H A Dip_dn_private.h237 int lookup_step ; /* granularity inside the lookup table */ member in struct:dn_fsk
H A Dip_dummynet.c1197 fs->lookup_step = div64(idle , dn_cfg.red_lookup_depth);
1198 /* fs->lookup_step not scaled, */
1199 if (!fs->lookup_step)
1200 fs->lookup_step = 1;
1203 for (t = fs->lookup_step; t > 1; --t)
H A Dip_dn_glue.c124 int lookup_step ; /* granularity inside the lookup table */ member in struct:dn_flow_set
H A Dip_dn_io.c331 u_int t = div64((dn_cfg.curr_time - q->q_time), fs->lookup_step);
/freebsd-10-stable/sbin/ipfw/
H A Ddummynet.c1820 fs->lookup_step = (int)idle / lookup_depth;
1821 if (!fs->lookup_step)
1822 fs->lookup_step = 1;
1824 for (t = fs->lookup_step; t > 1; --t)

Completed in 118 milliseconds