Home
last modified time | relevance | path

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

/external/libnl/tests/
Dtest-cache-mngr.c155 err = nl_cache_alloc_name(argv[optind], &cache); in main()
/external/libnl/include/netlink/
Dcache.h55 extern int nl_cache_alloc_name(const char *,
/external/libnl/
Dlibnl-3.sym61 nl_cache_alloc_name;
/external/libnl/lib/
Dcache.c265 int nl_cache_alloc_name(const char *kind, struct nl_cache **result) in nl_cache_alloc_name() function
/external/libnl/python/netlink/
Dcapi.i311 if (nl_cache_alloc_name(name, &c) < 0) in alloc_cache_name()