Searched refs:cu_selector (Results 1 – 2 of 2) sorted by relevance
45 return (struct tc_u32_sel *) u->cu_selector->d_data; in u32_selector()50 if (!u->cu_selector) in u32_selector_alloc()51 u->cu_selector = nl_data_alloc(NULL, sizeof(struct tc_u32_sel)); in u32_selector_alloc()83 u->cu_selector = nl_data_alloc_attr(tb[TCA_U32_SEL]); in u32_msg_parser()84 if (!u->cu_selector) in u32_msg_parser()127 sel = u->cu_selector->d_data; in u32_msg_parser()158 nl_data_free(u->cu_selector); in u32_free_data()169 if (src->cu_selector && in u32_clone()170 !(dst->cu_selector = nl_data_clone(src->cu_selector))) in u32_clone()266 s = u->cu_selector->d_data; in u32_dump_details()[all …]
492 struct nl_data * cu_selector; member