HomeSort by relevance Sort by last modified time
    Searched refs:cb_refcnt (Results 1 - 2 of 2) sorted by null

  /external/libnl/lib/
handlers.c 217 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/
netlink-types.h 58 int cb_refcnt; member in struct:nl_cb

Completed in 127 milliseconds