Lines Matching defs:cor
178 struct tc_netem_corr cor = {};
214 if (get_percent(&cor.delay_corr, *argv)) {
242 if (get_percent(&cor.loss_corr, *argv)) {
386 if (get_percent(&cor.dup_corr, *argv)) {
471 addattr_l(n, 1024, TCA_NETEM_CORR, &cor, sizeof(cor)) < 0)
533 const struct tc_netem_corr *cor = NULL;
563 if (RTA_PAYLOAD(tb[TCA_NETEM_CORR]) < sizeof(*cor))
565 cor = RTA_DATA(tb[TCA_NETEM_CORR]);
610 if (cor && cor->delay_corr)
611 fprintf(f, " %s", sprint_percent(cor->delay_corr, b1));
617 if (cor && cor->loss_corr)
618 fprintf(f, " %s", sprint_percent(cor->loss_corr, b1));
641 if (cor && cor->dup_corr)
642 fprintf(f, " %s", sprint_percent(cor->dup_corr, b1));