Lines Matching refs:corrupt
96 u32 corrupt;
417 /* netem can't properly corrupt a megapacket (like we get from GSO), so instead
418 * when we statistically choose to corrupt one, we instead segment it, returning
503 if (q->corrupt && q->corrupt >= get_crandom(&q->corrupt_cor, &q->prng)) {
850 q->corrupt = r->probability;
1153 struct tc_netem_corrupt corrupt;
1185 corrupt.probability = q->corrupt;
1186 corrupt.correlation = q->corrupt_cor.rho;
1187 if (nla_put(skb, TCA_NETEM_CORRUPT, sizeof(corrupt), &corrupt))