Searched refs:cu_pcnt (Results 1 – 2 of 2) sorted by relevance
135 u->cu_pcnt = nl_data_alloc_attr(tb[TCA_U32_PCNT]); in u32_msg_parser()136 if (!u->cu_pcnt) in u32_msg_parser()161 nl_data_free(u->cu_pcnt); in u32_free_data()179 if (src->cu_pcnt && !(dst->cu_pcnt = nl_data_clone(src->cu_pcnt))) in u32_clone()250 struct tc_u32_pcnt *pcnt = u->cu_pcnt->d_data; in print_selector()297 struct tc_u32_pcnt *pc = u->cu_pcnt->d_data; in u32_dump_stats()
491 struct nl_data * cu_pcnt; member