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

/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpf.c187 struct pool pf_state_pl, pf_state_key_pl; variable in typeref:struct:pool
336 { &pf_state_pl, PFSTATE_HIWAT },
1710 pool_put(&pf_state_pl, cur);
4835 s = pool_get(&pf_state_pl, PR_WAITOK);
4954 pool_put(&pf_state_pl, s);
4967 pool_put(&pf_state_pl, s);
5048 pool_put(&pf_state_pl, s);
5539 gs = pool_get(&pf_state_pl, PR_WAITOK);
5561 pool_put(&pf_state_pl, gs);
5568 pool_put(&pf_state_pl, g
[all...]
H A Dpf_ioctl.c458 pool_init(&pf_state_pl, sizeof (struct pf_state), 0, 0, 0, "pfstatepl",
644 pool_destroy(&pf_state_pl);
3755 s = pool_get(&pf_state_pl, PR_WAITOK);
3762 pool_put(&pf_state_pl, s);
3769 pool_put(&pf_state_pl, s);
3778 pool_put(&pf_state_pl, s);
H A Dpfvar.h2172 extern struct pool pf_state_pl, pf_state_key_pl, pf_pooladdr_pl;

Completed in 183 milliseconds