Lines Matching full:loss
45 normal, Pareto, or experimental curves. Packet loss,
53 Correlated Loss Generator models
55 Added generation of correlated loss according to the
61 and intuitive loss model for packet networks and its implementation
91 u32 loss; member
135 /* Correlated Loss Generation models */
205 /* loss_4state - 4-state model loss generator
207 * the GI (General and Intuitive) loss model.
264 /* loss_gilb_ell - Gilbert-Elliot model loss generator
265 * Generates losses according to the Gilbert-Elliot loss model or
271 * with the loss probability of the current state decides if the next
301 return q->loss && q->loss >= get_crandom(&q->loss_cor, &q->prng); in loss_event()
304 /* 4state loss model algorithm (used also for GI model) in loss_event()
305 * Extracts a value from the markov 4 state loss generator, in loss_event()
312 /* Gilbert-Elliot loss model algorithm in loss_event()
313 * Extracts a value from the Gilbert-Elliot loss generator, in loss_event()
934 pr_info("netem: unknown loss type %u\n", type); in get_loss_clg()
1032 q->loss = qopt->loss; in netem_change()
1127 /* legacy loss model */ in dump_loss_model()
1182 qopt.loss = q->loss; in netem_dump()