Home
last modified time | relevance | path

Searched refs:rtnl_link_get_by_name (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dvlan_util.c83 if ((rlink = rtnl_link_get_by_name(cache, vlan_if_name))) { in vlan_add()
168 if (!(rlink = rtnl_link_get_by_name(cache, if_name))) { in vlan_rem()
/external/libnl/include/netlink/route/
Dlink.h62 extern struct rtnl_link *rtnl_link_get_by_name(struct nl_cache *, const char *);
/external/libnl/lib/route/
Dlink.c818 struct rtnl_link *rtnl_link_get_by_name(struct nl_cache *cache, in rtnl_link_get_by_name() function
1007 link = rtnl_link_get_by_name(cache, name); in rtnl_link_name2i()