Home
last modified time | relevance | path

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

/dragonfly/sys/net/dummynet3/
HDip_dummynet3.h312 int lookup_step; /* granularity inside the lookup table */ member
427 int lookup_step; /* granularity inside the lookup table */ member
HDip_dummynet3.c904 u_int t = (curr_time - q->q_time) / fs->lookup_step; in red_drops()
1374 x->lookup_step = ioc_fs->lookup_step; in config_red()
/dragonfly/sys/net/dummynet/
HDip_dummynet.h297 int lookup_step; /* granularity inside the lookup table */ member
412 int lookup_step; /* granularity inside the lookup table */ member
HDip_dummynet.c885 u_int t = (curr_time - q->q_time) / fs->lookup_step; in red_drops()
1369 x->lookup_step = ioc_fs->lookup_step; in config_red()
/dragonfly/sbin/ipfw3/
HDipfw3dummynet.c456 pipe.fs.lookup_step = (int)idle / lookup_depth; in config_dummynet()
457 if (!pipe.fs.lookup_step) in config_dummynet()
458 pipe.fs.lookup_step = 1; in config_dummynet()
460 for (t = pipe.fs.lookup_step; t > 0; --t) in config_dummynet()
/dragonfly/sbin/ipfw/
HDipfw2.c2450 pipe.fs.lookup_step = (int)idle / lookup_depth; in config_pipe()
2451 if (!pipe.fs.lookup_step) in config_pipe()
2452 pipe.fs.lookup_step = 1; in config_pipe()
2454 for (t = pipe.fs.lookup_step; t > 0; --t) in config_pipe()