Home | History | Annotate | Download | only in tc

Lines Matching full:correlation

34 "                 [ delay TIME [ JITTER [CORRELATION]]]\n" \
36 " [ corrupt PERCENT [CORRELATION]] \n" \
37 " [ duplicate PERCENT [CORRELATION]]\n" \
38 " [ loss random PERCENT [CORRELATION]]\n" \
42 " [ reorder PRECENT [CORRELATION] [ gap DISTANCE ]]\n" \
357 if (get_percent(&reorder.correlation, *argv)) {
372 if (get_percent(&corrupt.correlation, *argv)) {
650 if (reorder->correlation)
652 sprint_percent(reorder->correlation, b1));
658 if (corrupt->correlation)
660 sprint_percent(corrupt->correlation, b1));