Searched refs:syn_cache_pool (Results 1 – 1 of 1) sorted by relevance
3134 struct pool syn_cache_pool; variable3204 pool_put(&syn_cache_pool, sc); in syn_cache_put()3225 pool_init(&syn_cache_pool, sizeof(struct syn_cache), 0, IPL_SOFTNET, in syn_cache_init()3895 sc = pool_get(&syn_cache_pool, PR_NOWAIT|PR_ZERO); in syn_cache_add()