Home
last modified time | relevance | path

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

/external/libnl/lib/
Dcache_mngr.c142 if (flags & NL_ALLOCATED_SOCK) in nl_cache_mngr_alloc()
153 flags |= NL_ALLOCATED_SOCK; in nl_cache_mngr_alloc()
509 if (mngr->cm_flags & NL_ALLOCATED_SOCK) in nl_cache_mngr_free()
/external/libnl/include/netlink/
Dcache.h142 #define NL_ALLOCATED_SOCK 2 /* For internal use only, do not use */ macro