Searched refs:cu_pcnt (Results 1 – 2 of 2) sorted by relevance
152 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()
602 struct nl_data * cu_pcnt; member