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
89 u32 loss; member
133 /* Correlated Loss Generation models */
203 /* loss_4state - 4-state model loss generator
205 * the GI (General and Intuitive) loss model.
262 /* loss_gilb_ell - Gilbert-Elliot model loss generator
263 * Generates losses according to the Gilbert-Elliot loss model or
269 * with the loss probability of the current state decides if the next
299 return q->loss && q->loss >= get_crandom(&q->loss_cor, &q->prng); in loss_event()
302 /* 4state loss model algorithm (used also for GI model) in loss_event()
303 * Extracts a value from the markov 4 state loss generator, in loss_event()
310 /* Gilbert-Elliot loss model algorithm in loss_event()
311 * Extracts a value from the Gilbert-Elliot loss generator, in loss_event()
914 pr_info("netem: unknown loss type %u\n", type); in get_loss_clg()
1012 q->loss = qopt->loss; in netem_change()
1107 /* legacy loss model */ in dump_loss_model()
1162 qopt.loss = q->loss; in netem_dump()