Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/qdisc/
Dnetem.c114 netem->qnm_crpt.nmcr_probability = corrupt.probability; in netem_msg_parser()
115 netem->qnm_crpt.nmcr_correlation = corrupt.correlation; in netem_msg_parser()
196 if (netem->qnm_mask & SCH_NETEM_ATTR_CORRUPT_PROB && netem->qnm_crpt.nmcr_probability > 0) { in netem_dump_details()
197 nl_dump(p, " reorder %d%", netem->qnm_crpt.nmcr_probability); in netem_dump_details()
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()
263 if (netem->qnm_crpt.nmcr_probability != 0) in netem_msg_fill_raw()
265 else if (netem->qnm_crpt.nmcr_correlation != 0) in netem_msg_fill_raw()
310 corrupt.probability = netem->qnm_crpt.nmcr_probability; in netem_msg_fill_raw()
311 corrupt.correlation = netem->qnm_crpt.nmcr_correlation; in netem_msg_fill_raw()
[all …]
/third_party/libnl/include/netlink-private/
Dtypes.h757 struct rtnl_netem_crpt qnm_crpt; member