Home
last modified time | relevance | path

Searched defs:link_clone (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/libnl/tests/
H A Dcksuite-all-netns.c91 _nl_auto_rtnl_link struct rtnl_link *link_clone = NULL; in START_TEST() local
114 _nl_auto_rtnl_link struct rtnl_link *link_clone = NULL; in START_TEST() local
H A Dnl-test-util.c623 _nl_auto_rtnl_link struct rtnl_link *link_clone = NULL; in _nltst_assert_link_exists_full() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/
H A Dexpand.rs1529 let link_clone = format!("{}clone", prefix); in expand_shared_ptr() localVariable
1606 let link_clone = format!("{}clone", prefix); in expand_weak_ptr() localVariable
/aosp_15_r20/external/rust/cxx/macro/src/
Dexpand.rs1529 let link_clone = format!("{}clone", prefix); in expand_shared_ptr() localVariable
1606 let link_clone = format!("{}clone", prefix); in expand_weak_ptr() localVariable
/aosp_15_r20/external/libnl/lib/route/
H A Dlink.c289 static int link_clone(struct nl_object *_dst, struct nl_object *_src) in link_clone() function