Home
last modified time | relevance | path

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

/external/libnl/include/netlink/
Dcache.h59 extern int nl_cache_alloc_name(const char *,
/external/libnl/lib/
Dcache.c264 int nl_cache_alloc_name(const char *kind, struct nl_cache **result) in nl_cache_alloc_name() function
/external/libnl/python/netlink/
Dcapi.i306 if (nl_cache_alloc_name(name, &c) < 0) in alloc_cache_name()