Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Din_pcb.c161 static pool_cache_t in6pcb_pool_cache; variable
171 in6pcb_pool_cache = pool_cache_init(sizeof(struct in6pcb), coherency_unit, in inpcb_poolinit()
212 inp = pool_cache_get(in6pcb_pool_cache, PR_NOWAIT); in inpcb_create()
250 pool_cache_put(in6pcb_pool_cache, inp); in inpcb_create()
722 pool_cache_put(in6pcb_pool_cache, inp); in inpcb_destroy()