Home
last modified time | relevance | path

Searched refs:nl_data_clone (Results 1 – 6 of 6) sorted by relevance

/external/libnl/lib/route/cls/
Dfw.c91 if (src->cf_act && !(dst->cf_act = nl_data_clone(src->cf_act))) in fw_clone()
94 if (src->cf_police && !(dst->cf_police = nl_data_clone(src->cf_police))) in fw_clone()
Du32.c170 !(dst->cu_selector = nl_data_clone(src->cu_selector))) in u32_clone()
173 if (src->cu_act && !(dst->cu_act = nl_data_clone(src->cu_act))) in u32_clone()
176 if (src->cu_police && !(dst->cu_police = nl_data_clone(src->cu_police))) in u32_clone()
179 if (src->cu_pcnt && !(dst->cu_pcnt = nl_data_clone(src->cu_pcnt))) in u32_clone()
/external/libnl/include/netlink/
Ddata.h26 extern struct nl_data * nl_data_clone(struct nl_data *);
/external/libnl/lib/
Ddata.c83 struct nl_data *nl_data_clone(struct nl_data *src) in nl_data_clone() function
/external/libnl/lib/route/
Dtc.c172 dst->tc_opts = nl_data_clone(src->tc_opts); in tca_clone()
178 dst->tc_xstats = nl_data_clone(src->tc_xstats); in tca_clone()
Dcls_obj.c58 if (!(dst->c_subdata = nl_data_clone(src->c_subdata))) { in cls_clone()