Searched refs:pf_cache_pl (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/bsd/net/ |
| H A D | pf_norm.c | 187 static struct pool pf_cache_pl, pf_cent_pl; variable 199 pool_init(&pf_cache_pl, sizeof(struct pf_fragment), 0, 0, 0, in pf_normalize_init() 208 pool_sethardlimit(&pf_cache_pl, PFFRAG_FRCACHE_HIWAT, NULL, 0); in pf_normalize_init() 221 pool_destroy(&pf_cache_pl); 497 pool_put(&pf_cache_pl, frag); in pf_remove_fragment() 818 *frag = pool_get(&pf_cache_pl, PR_NOWAIT); in pf_fragcache() 821 *frag = pool_get(&pf_cache_pl, PR_NOWAIT); in pf_fragcache() 830 pool_put(&pf_cache_pl, *frag); in pf_fragcache() 1520 *frag = pool_get(&pf_cache_pl, PR_NOWAIT); in pf_frag6cache() 1523 *frag = pool_get(&pf_cache_pl, PR_NOWAIT); in pf_frag6cache() [all …]
|