Searched refs:rtnl_link_get (Results 1 – 9 of 9) sorted by relevance
/external/libnl/include/netlink/route/ |
D | link.h | 113 extern struct rtnl_link *rtnl_link_get(struct nl_cache *, int);
|
/external/libnl/lib/route/ |
D | link.c | 668 struct rtnl_link *master = rtnl_link_get(cache, link->l_master); in link_dump_line() 682 struct rtnl_link *ll = rtnl_link_get(cache, link->l_link); in link_dump_line() 849 struct rtnl_link *m = rtnl_link_get(c, l->l_master); 1053 struct rtnl_link *rtnl_link_get(struct nl_cache *cache, int ifindex) in rtnl_link_get() function 1211 struct rtnl_link *link = rtnl_link_get(cache, ifindex); in rtnl_link_i2name()
|
D | act.c | 486 if ((link = rtnl_link_get(link_cache, tc->tc_ifindex))) { in rtnl_act_msg_parse()
|
D | neigh.c | 408 struct rtnl_link *link = rtnl_link_get(lcache, in rtnl_neigh_parse()
|
D | tc.c | 182 if ((link = rtnl_link_get(link_cache, tc->tc_ifindex))) { in rtnl_tc_msg_parse()
|
D | addr.c | 309 if ((link = rtnl_link_get(link_cache, addr->a_ifindex))) { in addr_msg_parser()
|
/external/libnl/python/netlink/route/ |
D | capi.i | 67 extern struct rtnl_link *rtnl_link_get(struct nl_cache *, int);
|
D | link.py | 126 link = capi.rtnl_link_get(self._nl_cache, key)
|
/external/libnl/doc/ |
D | route.txt | 208 struct rtnl_link *rtnl_link_get(struct nl_cache *cache, int ifindex);
|