Home
last modified time | relevance | path

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

/external/libnl/lib/
Dcache_mngt.c99 struct nl_cache_ops *nl_cache_ops_lookup_safe(const char *name) in nl_cache_ops_lookup_safe() function
385 ops = nl_cache_ops_lookup_safe(name); in __nl_cache_mngt_require()
Dobject.c88 ops = nl_cache_ops_lookup_safe(kind); in nl_object_alloc_name()
Dcache_mngr.c328 ops = nl_cache_ops_lookup_safe(name); in nl_cache_mngr_add()
Dcache.c269 ops = nl_cache_ops_lookup_safe(kind); in nl_cache_alloc_name()
/external/libnl/include/netlink/
Dcache.h124 extern struct nl_cache_ops * nl_cache_ops_lookup_safe(const char *);