Searched refs:cu_selector (Results 1 – 2 of 2) sorted by relevance
46 return (struct tc_u32_sel *) u->cu_selector->d_data; in u32_selector()51 if (!u->cu_selector) in u32_selector_alloc()52 u->cu_selector = nl_data_alloc(NULL, sizeof(struct tc_u32_sel)); in u32_selector_alloc()93 u->cu_selector = nl_data_alloc_attr(tb[TCA_U32_SEL]); in u32_msg_parser()94 if (!u->cu_selector) in u32_msg_parser()144 sel = u->cu_selector->d_data; in u32_msg_parser()178 nl_data_free(u->cu_selector); in u32_free_data()187 if (src->cu_selector && in u32_clone()188 !(dst->cu_selector = nl_data_clone(src->cu_selector))) in u32_clone()304 s = u->cu_selector->d_data; in u32_dump_details()[all …]
603 struct nl_data * cu_selector; member