Searched refs:lookup_step (Results 1 – 6 of 6) sorted by relevance
312 int lookup_step; /* granularity inside the lookup table */ member427 int lookup_step; /* granularity inside the lookup table */ member
904 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()
297 int lookup_step; /* granularity inside the lookup table */ member412 int lookup_step; /* granularity inside the lookup table */ member
885 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()
456 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()
2450 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()