Home | History | Annotate | Download | only in tc

Lines Matching refs:correlation

34 "                 [ delay TIME [ JITTER [CORRELATION]]]\n" \
36 " [ corrupt PERCENT [CORRELATION]] \n" \
37 " [ duplicate PERCENT [CORRELATION]]\n" \
38 " [ loss random PERCENT [CORRELATION]]\n" \
41 " [ reorder PRECENT [CORRELATION] [ gap DISTANCE ]]\n" \
339 if (get_percent(&reorder.correlation, *argv)) {
354 if (get_percent(&corrupt.correlation, *argv)) {
597 if (reorder->correlation)
599 sprint_percent(reorder->correlation, b1));
605 if (corrupt->correlation)
607 sprint_percent(corrupt->correlation, b1));