Home
last modified time | relevance | path

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

/external/libnl/lib/route/qdisc/
Ddsmark.c90 dsmark->cdm_value = nla_get_u8(tb[TCA_DSMARK_VALUE]); in dsmark_class_msg_parser()
130 nl_dump(p, " value 0x%02x", dsmark->cdm_value); in dsmark_class_dump_line()
172 NLA_PUT_U8(msg, TCA_DSMARK_VALUE, dsmark->cdm_value); in dsmark_class_msg_fill()
235 dsmark->cdm_value = value; in rtnl_class_dsmark_set_value()
254 return dsmark->cdm_value; in rtnl_class_dsmark_get_value()
/external/libnl/include/netlink-private/
Dtypes.h586 uint8_t cdm_value; member