HomeSort by relevance Sort by last modified time
    Searched refs:cu_selector (Results 1 - 2 of 2) sorted by null

  /external/libnl/lib/route/cls/
u32.c 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)))
    [all...]
  /external/libnl/include/
netlink-types.h 492 struct nl_data * cu_selector; member in struct:rtnl_u32

Completed in 31 milliseconds