HomeSort by relevance Sort by last modified time
    Searched refs:rtnl_link_get_by_name (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/ap/
vlan_util.c 79 if ((rlink = rtnl_link_get_by_name(cache, vlan_if_name))) {
154 if (!(rlink = rtnl_link_get_by_name(cache, if_name))) {
  /external/libnl/include/netlink/route/
link.h 62 extern struct rtnl_link *rtnl_link_get_by_name(struct nl_cache *, const char *);
  /external/libnl/lib/route/
link.c 85 * struct rtnl_link *link = rtnl_link_get_by_name(cache, "lo");
87 * // rtnl_link_get_by_name() is the short version for translating the
818 struct rtnl_link *rtnl_link_get_by_name(struct nl_cache *cache, function
1007 link = rtnl_link_get_by_name(cache, name);
    [all...]

Completed in 856 milliseconds