Searched refs:qnm_corr (Results 1 – 2 of 2) sorted by relevance
107 netem->qnm_corr.nmc_delay = cor.delay_corr; in netem_msg_parser()108 netem->qnm_corr.nmc_loss = cor.loss_corr; in netem_msg_parser()109 netem->qnm_corr.nmc_duplicate = cor.dup_corr; in netem_msg_parser()204 if ( netem->qnm_corr.nmc_delay != 0 ) { in netem_build_msg()211 if ( netem->qnm_corr.nmc_loss != 0 ) { in netem_build_msg()218 if ( netem->qnm_corr.nmc_duplicate != 0 ) { in netem_build_msg()262 cor.delay_corr = netem->qnm_corr.nmc_delay; in netem_build_msg()263 cor.loss_corr = netem->qnm_corr.nmc_loss; in netem_build_msg()264 cor.dup_corr = netem->qnm_corr.nmc_duplicate; in netem_build_msg()600 netem->qnm_corr.nmc_loss = prob; in rtnl_netem_set_loss_correlation()[all …]
619 struct rtnl_netem_corr qnm_corr; member