Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/
H A Dpf_norm.c186 static struct pool pf_cache_pl, pf_cent_pl; variable
200 pool_init(&pf_cent_pl, sizeof(struct pf_frcache), 0, 0, 0, "pffrcent", in pf_normalize_init()
208 pool_sethardlimit(&pf_cent_pl, PFFRAG_FRCENT_HIWAT, NULL, 0); in pf_normalize_init()
219 pool_destroy(&pf_cent_pl);
427 pool_put(&pf_cent_pl, frcache); in pf_free_fragment()
826 cur = pool_get(&pf_cent_pl, PR_NOWAIT); in pf_fragcache()
949 cur = pool_get(&pf_cent_pl, PR_NOWAIT); in pf_fragcache()
1005 cur = pool_get(&pf_cent_pl, PR_NOWAIT); in pf_fragcache()
1027 pool_put(&pf_cent_pl, cur); in pf_fragcache()
1039 pool_put(&pf_cent_pl, frp); in pf_fragcache()
[all …]