Home
last modified time | relevance | path

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

/third_party/libnl/lib/
Dcache_mngt.c59 ops->co_refcnt++; in nl_cache_ops_get()
68 ops->co_refcnt--; in nl_cache_ops_put()
267 ops->co_refcnt = 0; in nl_cache_mngt_register()
295 if (ops->co_refcnt > 0) { in nl_cache_mngt_unregister()
/third_party/libnl/include/netlink-private/
Dcache-api.h183 unsigned int co_refcnt; member