HomeSort by: relevance | last modified time | path
    Searched defs:pf_cache_pl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dist/pf/net/
pf_norm.c 140 struct pool pf_frent_pl, pf_frag_pl, pf_cache_pl, pf_cent_pl; variable in typeref:struct:pool
152 pool_init(&pf_cache_pl, sizeof(struct pf_fragment), 0, 0, 0,
163 pool_init(&pf_cache_pl, sizeof(struct pf_fragment), 0, 0, 0,
173 pool_sethardlimit(&pf_cache_pl, PFFRAG_FRCACHE_HIWAT, NULL, 0);
186 pool_destroy(&pf_cache_pl);
352 pool_put(&pf_cache_pl, frag);
574 *frag = pool_get(&pf_cache_pl, PR_NOWAIT);
577 *frag = pool_get(&pf_cache_pl, PR_NOWAIT);
585 pool_put(&pf_cache_pl, *frag);
pf_norm.c 140 struct pool pf_frent_pl, pf_frag_pl, pf_cache_pl, pf_cent_pl; variable in typeref:struct:pool
152 pool_init(&pf_cache_pl, sizeof(struct pf_fragment), 0, 0, 0,
163 pool_init(&pf_cache_pl, sizeof(struct pf_fragment), 0, 0, 0,
173 pool_sethardlimit(&pf_cache_pl, PFFRAG_FRCACHE_HIWAT, NULL, 0);
186 pool_destroy(&pf_cache_pl);
352 pool_put(&pf_cache_pl, frag);
574 *frag = pool_get(&pf_cache_pl, PR_NOWAIT);
577 *frag = pool_get(&pf_cache_pl, PR_NOWAIT);
585 pool_put(&pf_cache_pl, *frag);

Completed in 122 milliseconds