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

  /external/libnl/include/netlink/route/
link.h 113 extern struct rtnl_link *rtnl_link_get(struct nl_cache *, int);
  /external/libnl/lib/route/
act.c 486 if ((link = rtnl_link_get(link_cache, tc->tc_ifindex))) {
link.c 668 struct rtnl_link *master = rtnl_link_get(cache, link->l_master);
682 struct rtnl_link *ll = rtnl_link_get(cache, link->l_link);
849 struct rtnl_link *m = rtnl_link_get(c, l->l_master);
1014 * @see rtnl_link_get()
1053 struct rtnl_link *rtnl_link_get(struct nl_cache *cache, int ifindex) function
1082 * @see rtnl_link_get()
    [all...]
neigh.c 408 struct rtnl_link *link = rtnl_link_get(lcache,
addr.c 309 if ((link = rtnl_link_get(link_cache, addr->a_ifindex))) {
tc.c 182 if ((link = rtnl_link_get(link_cache, tc->tc_ifindex))) {
  /external/libnl/python/netlink/route/
capi.i 67 extern struct rtnl_link *rtnl_link_get(struct nl_cache *, int);
link.py 126 link = capi.rtnl_link_get(self._nl_cache, key)

Completed in 59 milliseconds