ip_flow.c | 71 static struct pool ipflow_pool; variable in typeref:struct:pool 153 pool_init(&ipflow_pool, sizeof(struct ipflow), 0, 0, 0, "ipflowpl", 404 pool_put(&ipflow_pool, ipf); 467 pool_put(&ipflow_pool, ipf); 546 ipf = pool_get(&ipflow_pool, PR_NOWAIT);
|