Home
last modified time | relevance | path

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

/external/libnl/lib/
Dhandlers.c214 cb->cb_refcnt = 1; in nl_cb_alloc()
240 cb->cb_refcnt = 1; in nl_cb_clone()
247 cb->cb_refcnt++; in nl_cb_get()
257 cb->cb_refcnt--; in nl_cb_put()
259 if (cb->cb_refcnt < 0) in nl_cb_put()
262 if (cb->cb_refcnt <= 0) in nl_cb_put()
/external/libnl/include/netlink-private/
Dtypes.h76 int cb_refcnt; member