Searched refs:rtnl_link_get (Results 1 - 2 of 2) sorted by relevance

/external/libnl/include/netlink/route/
H A Dlink.h61 extern struct rtnl_link *rtnl_link_get(struct nl_cache *, int);
/external/libnl/lib/route/
H A Dlink.c90 * struct rtnl_link *link = rtnl_link_get(cache, ifindex);
110 * struct rtnl_link *old = rtnl_link_get(cache, "eth0");
443 struct rtnl_link *master = rtnl_link_get(cache, link->l_master);
454 struct rtnl_link *ll = rtnl_link_get(cache, link->l_link);
597 struct rtnl_link *ll = rtnl_link_get(cache, link->l_link);
607 struct rtnl_link *master = rtnl_link_get(cache, link->l_master);
654 struct rtnl_link *m = rtnl_link_get(c, l->l_master);
791 struct rtnl_link *rtnl_link_get(struct nl_cache *cache, int ifindex) function
984 struct rtnl_link *link = rtnl_link_get(cache, ifindex);

Completed in 137 milliseconds