Lines Matching defs:corrupt
99 u32 corrupt;
422 /* netem can't properly corrupt a megapacket (like we get from GSO), so instead
423 * when we statistically choose to corrupt one, we instead segment it, returning
499 if (q->corrupt && q->corrupt >= get_crandom(&q->corrupt_cor, &q->prng)) {
872 q->corrupt = r->probability;
1215 struct tc_netem_corrupt corrupt;
1247 corrupt.probability = q->corrupt;
1248 corrupt.correlation = q->corrupt_cor.rho;
1249 if (nla_put(skb, TCA_NETEM_CORRUPT, sizeof(corrupt), &corrupt))