Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dpf_norm.c187 static struct pool pf_cache_pl, pf_cent_pl; variable
201 pool_init(&pf_cent_pl, sizeof(struct pf_frcache), 0, 0, 0, "pffrcent", in pf_normalize_init()
209 pool_sethardlimit(&pf_cent_pl, PFFRAG_FRCENT_HIWAT, NULL, 0); in pf_normalize_init()
220 pool_destroy(&pf_cent_pl);
428 pool_put(&pf_cent_pl, frcache); in pf_free_fragment()
828 cur = pool_get(&pf_cent_pl, PR_NOWAIT); in pf_fragcache()
951 cur = pool_get(&pf_cent_pl, PR_NOWAIT); in pf_fragcache()
1007 cur = pool_get(&pf_cent_pl, PR_NOWAIT); in pf_fragcache()
1029 pool_put(&pf_cent_pl, cur); in pf_fragcache()
1041 pool_put(&pf_cent_pl, frp); in pf_fragcache()
[all …]