Home
last modified time | relevance | path

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

/external/libnl/lib/route/cls/
Dfw.c97 if (src->cf_act && !(dst->cf_act = nl_data_clone(src->cf_act))) in fw_clone()
100 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()
180 if (src->cu_police && !(dst->cu_police = nl_data_clone(src->cu_police))) in u32_clone()
183 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.c95 struct nl_data *nl_data_clone(struct nl_data *src) in nl_data_clone() function
/external/libnl/lib/route/
Dtc.c763 dst->tc_opts = nl_data_clone(src->tc_opts); in rtnl_tc_clone()
769 dst->tc_xstats = nl_data_clone(src->tc_xstats); in rtnl_tc_clone()
775 if (!(dst->tc_subdata = nl_data_clone(src->tc_subdata))) { in rtnl_tc_clone()
Dlink.c263 if (!(dst->l_phys_port_id = nl_data_clone(src->l_phys_port_id))) in link_clone()
/external/libnl/doc/
Dcore.txt2980 `nl_data_clone()`.
2986 struct nl_data *nl_data_clone(struct nl_data *data);