Searched refs:qnm_crpt (Results 1 – 2 of 2) sorted by relevance
110 netem->qnm_crpt.nmcr_probability = corrupt.probability; in netem_msg_parser()111 netem->qnm_crpt.nmcr_correlation = corrupt.correlation; in netem_msg_parser()192 if (netem->qnm_mask & SCH_NETEM_ATTR_CORRUPT_PROB && netem->qnm_crpt.nmcr_probability > 0) { in netem_dump_details()193 nl_dump(p, " reorder %d", netem->qnm_crpt.nmcr_probability); in netem_dump_details()195 if (netem->qnm_mask & SCH_NETEM_ATTR_CORRUPT_CORR && netem->qnm_crpt.nmcr_correlation > 0) in netem_dump_details()196 nl_dump(p, " %d", netem->qnm_crpt.nmcr_correlation); in netem_dump_details()259 if (netem->qnm_crpt.nmcr_probability != 0) in netem_msg_fill_raw()261 else if (netem->qnm_crpt.nmcr_correlation != 0) in netem_msg_fill_raw()306 corrupt.probability = netem->qnm_crpt.nmcr_probability; in netem_msg_fill_raw()307 corrupt.correlation = netem->qnm_crpt.nmcr_correlation; in netem_msg_fill_raw()[all …]
775 struct rtnl_netem_crpt qnm_crpt; member