Searched refs:pf_state_scrub_pl (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dpf_norm.c184 struct pool pf_state_scrub_pl; variable in typeref:struct:pool
199 pool_init(&pf_state_scrub_pl, sizeof (struct pf_state_scrub), 0, 0, 0,
215 pool_destroy(&pf_state_scrub_pl);
2243 src->scrub = pool_get(&pf_state_scrub_pl, PR_NOWAIT);
2320 pool_put(&pf_state_scrub_pl, state->src.scrub);
2322 pool_put(&pf_state_scrub_pl, state->dst.scrub);
H A Dpfvar.h2171 __private_extern__ struct pool pf_state_scrub_pl; variable in typeref:struct:pool

Completed in 22 milliseconds