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 97 if (src->cf_act && !(dst->cf_act = nl_data_clone(src->cf_act)))
100 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)))
180 if (src->cu_police && !(dst->cu_police = nl_data_clone(src->cu_police)))
183 if (src->cu_pcnt && !(dst->cu_pcnt = nl_data_clone(src->cu_pcnt)))
  /external/libnl/lib/
data.c 95 struct nl_data *nl_data_clone(struct nl_data *src) function
  /external/libnl/lib/route/
tc.c 763 dst->tc_opts = nl_data_clone(src->tc_opts);
769 dst->tc_xstats = nl_data_clone(src->tc_xstats);
775 if (!(dst->tc_subdata = nl_data_clone(src->tc_subdata))) {
link.c 263 if (!(dst->l_phys_port_id = nl_data_clone(src->l_phys_port_id)))
    [all...]

Completed in 1077 milliseconds