Searched refs:NETEM_PSCALE (Results 1 – 1 of 1) sorted by relevance
112 #define NETEM_PSCALE IF_NETEM_PARAMS_PSCALE macro923 rand %= NETEM_PSCALE; in corruption_event()942 rand %= NETEM_PSCALE; in duplication_event()955 rand %= NETEM_PSCALE; in reordering_event()1012 rand %= NETEM_PSCALE; in loss_event()1391 if (p->ifnetem_corruption_p > NETEM_PSCALE) { in netem_check_params()1393 p->ifnetem_corruption_p, NETEM_PSCALE); in netem_check_params()1397 if (p->ifnetem_duplication_p > NETEM_PSCALE) { in netem_check_params()1399 p->ifnetem_duplication_p, NETEM_PSCALE); in netem_check_params()1443 if (p->ifnetem_loss_p_gr_gl > NETEM_PSCALE || in netem_check_params()[all …]