HomeSort by: relevance | last modified time | path
    Searched defs:ipflow_pool (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
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);

Completed in 16 milliseconds