Lines Matching refs:corrupt
95 u32 corrupt;
408 /* netem can't properly corrupt a megapacket (like we get from GSO), so instead
409 * when we statistically choose to corrupt one, we instead segment it, returning
494 if (q->corrupt && q->corrupt >= get_crandom(&q->corrupt_cor)) {
840 q->corrupt = r->probability;
1139 struct tc_netem_corrupt corrupt;
1171 corrupt.probability = q->corrupt;
1172 corrupt.correlation = q->corrupt_cor.rho;
1173 if (nla_put(skb, TCA_NETEM_CORRUPT, sizeof(corrupt), &corrupt))