HomeSort by: relevance | last modified time | path
    Searched refs:pf_state_scrub_pl (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dist/pf/net/
pf_norm.c 141 struct pool pf_state_scrub_pl; variable in typeref:struct:pool
156 pool_init(&pf_state_scrub_pl, sizeof(struct pf_state_scrub), 0, 0, 0,
167 pool_init(&pf_state_scrub_pl, sizeof(struct pf_state_scrub), 0, 0, 0,
184 pool_destroy(&pf_state_scrub_pl);
1400 src->scrub = pool_get(&pf_state_scrub_pl, PR_NOWAIT);
1477 pool_put(&pf_state_scrub_pl, state->src.scrub);
1479 pool_put(&pf_state_scrub_pl, state->dst.scrub);
if_pfsync.c 237 d->scrub = pool_get(&pf_state_scrub_pl, PR_NOWAIT);
300 pool_put(&pf_state_scrub_pl, st->src.scrub);
340 pool_put(&pf_state_scrub_pl, st->dst.scrub);
342 pool_put(&pf_state_scrub_pl, st->src.scrub);
pfvar.h 1607 extern struct pool pf_state_scrub_pl;

Completed in 18 milliseconds