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

/external/libnl/lib/
H A Dhandlers.c217 cb->cb_refcnt = 1;
242 cb->cb_refcnt = 1;
249 cb->cb_refcnt++;
259 cb->cb_refcnt--;
261 if (cb->cb_refcnt < 0)
264 if (cb->cb_refcnt <= 0)
/external/libnl/include/
H A Dnetlink-types.h58 int cb_refcnt; member in struct:nl_cb

Completed in 141 milliseconds