Home
last modified time | relevance | path

Searched refs:nmcr_correlation (Results 1 – 2 of 2) sorted by relevance

/third_party/libnl/lib/route/qdisc/
Dnetem.c115 netem->qnm_crpt.nmcr_correlation = corrupt.correlation; in netem_msg_parser()
199 if (netem->qnm_mask & SCH_NETEM_ATTR_CORRUPT_CORR && netem->qnm_crpt.nmcr_correlation > 0) in netem_dump_details()
200 nl_dump(p, " %d%", netem->qnm_crpt.nmcr_correlation); in netem_dump_details()
265 else if (netem->qnm_crpt.nmcr_correlation != 0) in netem_msg_fill_raw()
311 corrupt.correlation = netem->qnm_crpt.nmcr_correlation; in netem_msg_fill_raw()
548 netem->qnm_crpt.nmcr_correlation = prob; in rtnl_netem_set_corruption_correlation()
565 return netem->qnm_crpt.nmcr_correlation; in rtnl_netem_get_corruption_correlation()
/third_party/libnl/include/netlink-private/
Dtypes.h737 uint32_t nmcr_correlation; member