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

  /external/libnl/include/netlink/
data.h 26 extern struct nl_data * nl_data_clone(struct nl_data *);
  /external/libnl/lib/route/cls/
fw.c 91 if (src->cf_act && !(dst->cf_act = nl_data_clone(src->cf_act)))
94 if (src->cf_police && !(dst->cf_police = nl_data_clone(src->cf_police)))
u32.c 170 !(dst->cu_selector = nl_data_clone(src->cu_selector)))
173 if (src->cu_act && !(dst->cu_act = nl_data_clone(src->cu_act)))
176 if (src->cu_police && !(dst->cu_police = nl_data_clone(src->cu_police)))
179 if (src->cu_pcnt && !(dst->cu_pcnt = nl_data_clone(src->cu_pcnt)))
  /external/libnl/lib/
data.c 83 struct nl_data *nl_data_clone(struct nl_data *src) function
  /external/libnl/lib/route/
tc.c 172 dst->tc_opts = nl_data_clone(src->tc_opts);
178 dst->tc_xstats = nl_data_clone(src->tc_xstats);
cls_obj.c 58 if (!(dst->c_subdata = nl_data_clone(src->c_subdata))) {

Completed in 2123 milliseconds