Lines Matching full:loss
46 normal, Pareto, or experimental curves. Packet loss,
54 Correlated Loss Generator models
56 Added generation of correlated loss according to the
62 and intuitive loss model for packet networks and its implementation
92 u32 loss; member
136 /* Correlated Loss Generation models */
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); in loss_event()
305 /* 4state loss model algorithm (used also for GI model) in loss_event()
306 * Extracts a value from the markov 4 state loss generator, in loss_event()
313 /* Gilbert-Elliot loss model algorithm in loss_event()
314 * Extracts a value from the Gilbert-Elliot loss generator, in loss_event()
935 pr_info("netem: unknown loss type %u\n", type); in get_loss_clg()
1033 q->loss = qopt->loss; in netem_change()
1128 /* legacy loss model */ in dump_loss_model()
1183 qopt.loss = q->loss; in netem_dump()