Searched refs:pf_frent_pl (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c182 struct pool pf_frent_pl, pf_frag_pl; variable in typeref:struct:pool
191 pool_init(&pf_frent_pl, sizeof (struct pf_frent), 0, 0, 0, "pffrent",
203 pool_sethardlimit(&pf_frent_pl, PFFRAG_FRENT_HIWAT, NULL, 0);
219 pool_destroy(&pf_frent_pl);
404 pool_put(&pf_frent_pl, frent);
597 pool_put(&pf_frent_pl, frea);
653 pool_put(&pf_frent_pl, frent);
659 pool_put(&pf_frent_pl, frent);
690 pool_put(&pf_frent_pl, frent);
1102 pool_put(&pf_frent_pl, fre
[all...]
H A Dpfvar.h2343 __private_extern__ struct pool pf_frent_pl, pf_frag_pl; variable in typeref:struct:pool
H A Dpf.c331 { &pf_frent_pl, PFFRAG_FRENT_HIWAT },

Completed in 94 milliseconds