Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dpf_norm.c186 static struct pool pf_cache_pl, pf_cent_pl; variable
198 pool_init(&pf_cache_pl, sizeof(struct pf_fragment), 0, 0, 0, in pf_normalize_init()
207 pool_sethardlimit(&pf_cache_pl, PFFRAG_FRCACHE_HIWAT, NULL, 0); in pf_normalize_init()
220 pool_destroy(&pf_cache_pl);
496 pool_put(&pf_cache_pl, frag); in pf_remove_fragment()
816 *frag = pool_get(&pf_cache_pl, PR_NOWAIT); in pf_fragcache()
819 *frag = pool_get(&pf_cache_pl, PR_NOWAIT); in pf_fragcache()
828 pool_put(&pf_cache_pl, *frag); in pf_fragcache()
1515 *frag = pool_get(&pf_cache_pl, PR_NOWAIT); in pf_frag6cache()
1518 *frag = pool_get(&pf_cache_pl, PR_NOWAIT); in pf_frag6cache()
[all …]