Searched refs:NETEM_PSCALE (Results 1 – 1 of 1) sorted by relevance
54 #define NETEM_PSCALE IF_NETEM_PARAMS_PSCALE macro852 rand %= NETEM_PSCALE; in corruption_event()871 rand %= NETEM_PSCALE; in duplication_event()932 rand %= NETEM_PSCALE; in loss_event()990 rand %= NETEM_PSCALE; in reordering_event()1291 if (p->ifnetem_corruption_p > NETEM_PSCALE) { in netem_check_params()1293 p->ifnetem_corruption_p, NETEM_PSCALE); in netem_check_params()1297 if (p->ifnetem_duplication_p > NETEM_PSCALE) { in netem_check_params()1299 p->ifnetem_duplication_p, NETEM_PSCALE); in netem_check_params()1337 if (p->ifnetem_loss_p_gr_gl > NETEM_PSCALE || in netem_check_params()[all …]