Searched refs:pf_cache_pl (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c183 static struct pool pf_cache_pl, pf_cent_pl; variable in typeref:struct:pool
195 pool_init(&pf_cache_pl, sizeof (struct pf_fragment), 0, 0, 0,
204 pool_sethardlimit(&pf_cache_pl, PFFRAG_FRCACHE_HIWAT, NULL, 0);
217 pool_destroy(&pf_cache_pl);
495 pool_put(&pf_cache_pl, frag);
711 *frag = pool_get(&pf_cache_pl, PR_NOWAIT);
714 *frag = pool_get(&pf_cache_pl, PR_NOWAIT);
722 pool_put(&pf_cache_pl, *frag);
1239 *frag = pool_get(&pf_cache_pl, PR_NOWAIT);
1242 *frag = pool_get(&pf_cache_pl, PR_NOWAI
[all...]

Completed in 64 milliseconds