Searched refs:cm_sync_sock (Results 1 – 2 of 2) sorted by relevance
175 mngr->cm_sync_sock = nl_socket_alloc(); in nl_cache_mngr_alloc()176 if (!mngr->cm_sync_sock) { in nl_cache_mngr_alloc()180 if ((err = nl_connect(mngr->cm_sync_sock, protocol)) < 0) in nl_cache_mngr_alloc()190 nl_socket_free(mngr->cm_sync_sock); in nl_cache_mngr_alloc()270 err = nl_cache_refill(mngr->cm_sync_sock, cache); in nl_cache_mngr_add_cache()504 if (mngr->cm_sync_sock) { in nl_cache_mngr_free()505 nl_close(mngr->cm_sync_sock); in nl_cache_mngr_free()506 nl_socket_free(mngr->cm_sync_sock); in nl_cache_mngr_free()
107 struct nl_sock * cm_sync_sock; member