HomeSort by relevance Sort by last modified time
    Searched refs:rtnl_link_get (Results 1 - 2 of 2) sorted by null

  /external/libnl/include/netlink/route/
link.h 61 extern struct rtnl_link *rtnl_link_get(struct nl_cache *, int);
  /external/libnl/lib/route/
link.c 90 * 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);
    [all...]

Completed in 32 milliseconds