Searched refs:correlation (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Dq_netem.c191 if (get_percent(&reorder.correlation, *argv)) {
325 if (reorder->correlation)
327 sprint_percent(reorder->correlation, b1));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dpkt_sched.h450 __u32 delay_corr; /* delay correlation */
451 __u32 loss_corr; /* packet loss correlation */
452 __u32 dup_corr; /* duplicate correlation */
458 __u32 correlation; member in struct:tc_netem_reorder
464 __u32 correlation; member in struct:tc_netem_corrupt
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sched/
H A Dsch_netem.c42 packets and add random jitter (and correlation). The random
105 if (state->rho == 0) /* no correlation */
391 init_crandom(&q->reorder_cor, r->correlation);
404 init_crandom(&q->corrupt_cor, r->correlation);
620 reorder.correlation = q->reorder_cor.rho;
624 corrupt.correlation = q->corrupt_cor.rho;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h451 __u32 delay_corr; /* delay correlation */
452 __u32 loss_corr; /* packet loss correlation */
453 __u32 dup_corr; /* duplicate correlation */
459 __u32 correlation; member in struct:tc_netem_reorder

Completed in 156 milliseconds