Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/
Dlink.c132 static int af_clone(struct rtnl_link *link, struct rtnl_link_af_ops *ops, in af_clone() function
325 if ((err = do_foreach_af(src, af_clone, dst)) < 0) in link_clone()