Lines Matching defs:loss
44 normal, Pareto, or experimental curves. Packet loss,
54 Added generation of correlated loss according to the
60 and intuitive loss model for packet networks and its implementation
88 u32 loss;
196 /* loss_4state - 4-state model loss generator
198 * the GI (General and Intuitive) loss model.
255 /* loss_gilb_ell - Gilbert-Elliot model loss generator
256 * Generates losses according to the Gilbert-Elliot loss model or
262 * with the loss probability of the current state decides if the next
291 return q->loss && q->loss >= get_crandom(&q->loss_cor);
294 /* 4state loss model algorithm (used also for GI model)
295 * Extracts a value from the markov 4 state loss generator,
302 /* Gilbert-Elliot loss model algorithm
303 * Extracts a value from the Gilbert-Elliot loss generator,
904 pr_info("netem: unknown loss type %u\n", type);
1004 q->loss = qopt->loss;
1093 /* legacy loss model */
1148 qopt.loss = q->loss;