Home | History | Annotate | Download | only in tc

Lines Matching refs:correlation

32 "                 [ delay TIME [ JITTER [CORRELATION]]]\n" \
34 " [ drop PERCENT [CORRELATION]] \n" \
35 " [ corrupt PERCENT [CORRELATION]] \n" \
36 " [ duplicate PERCENT [CORRELATION]]\n" \
37 " [ reorder PRECENT [CORRELATION] [ gap DISTANCE ]]\n");
200 if (get_percent(&reorder.correlation, *argv)) {
215 if (get_percent(&corrupt.correlation, *argv)) {
372 if (reorder->correlation)
374 sprint_percent(reorder->correlation, b1));
380 if (corrupt->correlation)
382 sprint_percent(corrupt->correlation, b1));