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

/darwin-on-arm/xnu/bsd/net/
H A Dpf.c179 struct pool pf_state_pl, pf_state_key_pl; variable in typeref:struct:pool
328 { &pf_state_pl, PFSTATE_HIWAT },
1691 pool_put(&pf_state_pl, cur);
4784 s = pool_get(&pf_state_pl, PR_WAITOK);
4903 pool_put(&pf_state_pl, s);
4916 pool_put(&pf_state_pl, s);
4997 pool_put(&pf_state_pl, s);
5486 gs = pool_get(&pf_state_pl, PR_WAITOK);
5508 pool_put(&pf_state_pl, gs);
5515 pool_put(&pf_state_pl, g
[all...]
H A Dpf_ioctl.c455 pool_init(&pf_state_pl, sizeof (struct pf_state), 0, 0, 0, "pfstatepl",
641 pool_destroy(&pf_state_pl);
3655 s = pool_get(&pf_state_pl, PR_WAITOK);
3662 pool_put(&pf_state_pl, s);
3669 pool_put(&pf_state_pl, s);
3678 pool_put(&pf_state_pl, s);
H A Dpfvar.h2170 __private_extern__ struct pool pf_state_pl, pf_state_key_pl, pf_pooladdr_pl; variable in typeref:struct:pool

Completed in 26 milliseconds