Home
last modified time | relevance | path

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

/external/libnl/lib/
Dhandlers.c213 cb->cb_refcnt = 1; in nl_cb_alloc()
239 cb->cb_refcnt = 1; in nl_cb_clone()
246 cb->cb_refcnt++; in nl_cb_get()
256 cb->cb_refcnt--; in nl_cb_put()
258 if (cb->cb_refcnt < 0) in nl_cb_put()
261 if (cb->cb_refcnt <= 0) in nl_cb_put()
/external/libnl/include/netlink-private/
Dtypes.h64 int cb_refcnt; member