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

  /external/libnl/lib/
cache_mngr.c 175 mngr->cm_sync_sock = nl_socket_alloc();
176 if (!mngr->cm_sync_sock) {
180 if ((err = nl_connect(mngr->cm_sync_sock, protocol)) < 0)
190 nl_socket_free(mngr->cm_sync_sock);
270 err = nl_cache_refill(mngr->cm_sync_sock, cache);
504 if (mngr->cm_sync_sock) {
505 nl_close(mngr->cm_sync_sock);
506 nl_socket_free(mngr->cm_sync_sock);
  /external/libnl/include/netlink-private/
types.h 107 struct nl_sock * cm_sync_sock; member in struct:nl_cache_mngr

Completed in 166 milliseconds