Lines Matching defs:loss
46 normal, Pareto, or experimental curves. Packet loss,
56 Added generation of correlated loss according to the
62 and intuitive loss model for packet networks and its implementation
92 u32 loss;
206 /* loss_4state - 4-state model loss generator
208 * the GI (General and Intuitive) loss model.
265 /* loss_gilb_ell - Gilbert-Elliot model loss generator
266 * Generates losses according to the Gilbert-Elliot loss model or
272 * with the loss probability of the current state decides if the next
302 return q->loss && q->loss >= get_crandom(&q->loss_cor, &q->prng);
305 /* 4state loss model algorithm (used also for GI model)
306 * Extracts a value from the markov 4 state loss generator,
313 /* Gilbert-Elliot loss model algorithm
314 * Extracts a value from the Gilbert-Elliot loss generator,
936 pr_info("netem: unknown loss type %u\n", type);
1069 q->loss = qopt->loss;
1169 /* legacy loss model */
1224 qopt.loss = q->loss;