Home
last modified time | relevance | path

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

/third_party/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.c188 !(dst->cu_selector = nl_data_clone(src->cu_selector))) in u32_clone()
192 !(dst->cu_mark = nl_data_clone(src->cu_mark))) in u32_clone()
202 if (src->cu_police && !(dst->cu_police = nl_data_clone(src->cu_police))) in u32_clone()
205 if (src->cu_pcnt && !(dst->cu_pcnt = nl_data_clone(src->cu_pcnt))) in u32_clone()
/third_party/libnl/include/netlink/
Ddata.h28 extern struct nl_data * nl_data_clone(const struct nl_data *);
/third_party/libnl/lib/
Ddata.c96 struct nl_data *nl_data_clone(const struct nl_data *src) in nl_data_clone() function
/third_party/libnl/lib/route/
Dtc.c830 dst->tc_opts = nl_data_clone(src->tc_opts); in rtnl_tc_clone()
837 dst->tc_xstats = nl_data_clone(src->tc_xstats); in rtnl_tc_clone()
844 if (!(dst->tc_subdata = nl_data_clone(src->tc_subdata))) { in rtnl_tc_clone()
Dlink.c329 if (!(dst->l_phys_port_id = nl_data_clone(src->l_phys_port_id))) in link_clone()
333 if (!(dst->l_phys_switch_id = nl_data_clone(src->l_phys_switch_id))) in link_clone()
/third_party/libnl/
Dlibnl-3.sym129 nl_data_clone;
/third_party/libnl/doc/
Dcore.txt2980 `nl_data_clone()`.
2986 struct nl_data *nl_data_clone(struct nl_data *data);