Home
last modified time | relevance | path

Searched refs:co_major_cache (Results 1 – 2 of 2) sorted by relevance

/external/libnl/lib/
Dcache_mngt.c198 ops->co_major_cache = cache; in nl_cache_mngt_provide()
216 else if (ops->co_major_cache == cache) in nl_cache_mngt_unprovide()
217 ops->co_major_cache = NULL; in nl_cache_mngt_unprovide()
235 if (!ops || !ops->co_major_cache) { in nl_cache_mngt_require()
244 return ops->co_major_cache; in nl_cache_mngt_require()
/external/libnl/include/netlink/
Dcache-api.h188 struct nl_cache *co_major_cache; member