pf_norm.c | 140 struct pool pf_frent_pl, pf_frag_pl, pf_cache_pl, pf_cent_pl; variable in typeref:struct:pool 150 pool_init(&pf_frag_pl, sizeof(struct pf_fragment), 0, 0, 0, "pffrag", 161 pool_init(&pf_frag_pl, sizeof(struct pf_fragment), 0, 0, 0, "pffrag", 171 pool_sethiwat(&pf_frag_pl, PFFRAG_FRAG_HIWAT); 187 pool_destroy(&pf_frag_pl); 348 pool_put(&pf_frag_pl, frag); 378 *frag = pool_get(&pf_frag_pl, PR_NOWAIT); 381 *frag = pool_get(&pf_frag_pl, PR_NOWAIT);
|