Home
last modified time | relevance | path

Searched refs:rtnl_link_get (Results 1 – 10 of 10) sorted by relevance

/third_party/libnl/include/netlink/route/
Dlink.h116 extern struct rtnl_link *rtnl_link_get(struct nl_cache *, int);
/third_party/libnl/lib/route/
Dlink.c89 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()
Dact.c497 if ((link = rtnl_link_get(link_cache, tc->tc_ifindex))) { in rtnl_act_msg_parse()
Dtc.c190 if ((link = rtnl_link_get(link_cache, tc->tc_ifindex))) { in rtnl_tc_msg_parse()
Dneigh.c436 struct rtnl_link *link = rtnl_link_get(lcache, in rtnl_neigh_parse()
Daddr.c345 if ((link = rtnl_link_get(link_cache, addr->a_ifindex))) { in addr_msg_parser()
/third_party/libnl/python/netlink/route/
Dcapi.i67 extern struct rtnl_link *rtnl_link_get(struct nl_cache *, int);
Dlink.py126 link = capi.rtnl_link_get(self._nl_cache, key)
/third_party/libnl/
Dlibnl-route-3.sym283 rtnl_link_get;
/third_party/libnl/doc/
Droute.txt208 struct rtnl_link *rtnl_link_get(struct nl_cache *cache, int ifindex);