Home
last modified time | relevance | path

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

/external/libnl/include/netlink/route/
Dlink.h113 extern struct rtnl_link *rtnl_link_get(struct nl_cache *, int);
/external/libnl/lib/route/
Dlink.c668 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()
Dact.c486 if ((link = rtnl_link_get(link_cache, tc->tc_ifindex))) { in rtnl_act_msg_parse()
Dneigh.c408 struct rtnl_link *link = rtnl_link_get(lcache, in rtnl_neigh_parse()
Dtc.c182 if ((link = rtnl_link_get(link_cache, tc->tc_ifindex))) { in rtnl_tc_msg_parse()
Daddr.c309 if ((link = rtnl_link_get(link_cache, addr->a_ifindex))) { in addr_msg_parser()
/external/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)
/external/libnl/doc/
Droute.txt208 struct rtnl_link *rtnl_link_get(struct nl_cache *cache, int ifindex);