Home | History | Annotate | Download | only in cls

Lines Matching refs:cu_selector

45 	return (struct tc_u32_sel *) u->cu_selector->d_data;
50 if (!u->cu_selector)
51 u->cu_selector = nl_data_alloc(NULL, sizeof(struct tc_u32_sel));
83 u->cu_selector = nl_data_alloc_attr(tb[TCA_U32_SEL]);
84 if (!u->cu_selector)
127 sel = u->cu_selector->d_data;
158 nl_data_free(u->cu_selector);
169 if (src->cu_selector &&
170 !(dst->cu_selector = nl_data_clone(src->cu_selector)))
266 s = u->cu_selector->d_data;
321 NLA_PUT_DATA(msg, TCA_U32_SEL, u->cu_selector);
408 err = nl_data_append(u->cu_selector, NULL, sizeof(struct tc_u32_key));