Searched refs:socket_cache (Results 1 – 1 of 1) sorted by relevance
166 static pool_cache_t socket_cache; variable248 socket_cache = pool_cache_init(sizeof(struct socket), 0, 0, 0, in soinit2()391 so = pool_cache_get(socket_cache, (waitok ? PR_WAITOK : PR_NOWAIT)); in soget()420 pool_cache_put(socket_cache, so); in soput()