Home
last modified time | relevance | path

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

/external/libnl/lib/
Dhandlers.c217 cb->cb_refcnt = 1; in nl_cb_alloc()
242 cb->cb_refcnt = 1; in nl_cb_clone()
249 cb->cb_refcnt++; in nl_cb_get()
259 cb->cb_refcnt--; in nl_cb_put()
261 if (cb->cb_refcnt < 0) in nl_cb_put()
264 if (cb->cb_refcnt <= 0) in nl_cb_put()
/external/libnl/include/
Dnetlink-types.h58 int cb_refcnt; member