Searched refs:dccpcb_pool (Results 1 – 1 of 1) sorted by relevance
146 struct pool dccpcb_pool; variable177 pool_init(&dccpcb_pool, sizeof(struct dccpcb), 0, 0, 0, "dccpcbpl", in dccp_init()1589 pool_put(&dccpcb_pool, dp); in dccp_close()2086 dp = pool_get(&dccpcb_pool, PR_NOWAIT); in dccp_newdccpcb()