Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Din_pcb.c159 static pool_cache_t in4pcb_pool_cache; variable
168 in4pcb_pool_cache = pool_cache_init(sizeof(struct in4pcb), coherency_unit, in inpcb_poolinit()
210 inp = pool_cache_get(in4pcb_pool_cache, PR_NOWAIT); in inpcb_create()
215 inp = pool_cache_get(in4pcb_pool_cache, PR_NOWAIT); in inpcb_create()
248 pool_cache_put(in4pcb_pool_cache, inp); in inpcb_create()
253 pool_cache_put(in4pcb_pool_cache, inp); in inpcb_create()
720 pool_cache_put(in4pcb_pool_cache, inp); in inpcb_destroy()
725 pool_cache_put(in4pcb_pool_cache, inp); in inpcb_destroy()