Home
last modified time | relevance | path

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

/external/libnl/lib/route/cls/
Du32.c152 u->cu_pcnt = nl_data_alloc_attr(tb[TCA_U32_PCNT]); in u32_msg_parser()
153 if (!u->cu_pcnt) in u32_msg_parser()
180 nl_data_free(u->cu_pcnt); in u32_free_data()
205 if (src->cu_pcnt && !(dst->cu_pcnt = nl_data_clone(src->cu_pcnt))) in u32_clone()
280 struct tc_u32_pcnt *pcnt = u->cu_pcnt->d_data; in print_selector()
340 struct tc_u32_pcnt *pc = u->cu_pcnt->d_data; in u32_dump_stats()
/external/libnl/include/netlink-private/
Dtypes.h602 struct nl_data * cu_pcnt; member