Searched refs:rtnl_link_get (Results 1 – 10 of 10) sorted by relevance
/third_party/libnl/include/netlink/route/ |
D | link.h | 116 extern struct rtnl_link *rtnl_link_get(struct nl_cache *, int);
|
/third_party/libnl/lib/route/ |
D | link.c | 89 return rtnl_link_get(cache, ifindex); in link_lookup() 863 struct rtnl_link *master = rtnl_link_get(cache, link->l_master); in link_dump_line() 878 struct rtnl_link *ll = rtnl_link_get(cache, link->l_link); in link_dump_line() 1056 struct rtnl_link *m = rtnl_link_get(c, l->l_master); 1305 struct rtnl_link *rtnl_link_get(struct nl_cache *cache, int ifindex) in rtnl_link_get() function 1487 struct rtnl_link *link = rtnl_link_get(cache, ifindex); in rtnl_link_i2name()
|
D | act.c | 497 if ((link = rtnl_link_get(link_cache, tc->tc_ifindex))) { in rtnl_act_msg_parse()
|
D | tc.c | 190 if ((link = rtnl_link_get(link_cache, tc->tc_ifindex))) { in rtnl_tc_msg_parse()
|
D | neigh.c | 436 struct rtnl_link *link = rtnl_link_get(lcache, in rtnl_neigh_parse()
|
D | addr.c | 345 if ((link = rtnl_link_get(link_cache, addr->a_ifindex))) { in addr_msg_parser()
|
/third_party/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)
|
/third_party/libnl/ |
D | libnl-route-3.sym | 283 rtnl_link_get;
|
/third_party/libnl/doc/ |
D | route.txt | 208 struct rtnl_link *rtnl_link_get(struct nl_cache *cache, int ifindex);
|