Searched refs:pf_state_key_pl (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/bsd/net/ |
| H A D | pfvar.h | 2175 extern struct pool pf_state_pl, pf_state_key_pl, pf_pooladdr_pl;
|
| H A D | pf_ioctl.c | 414 pool_init(&pf_state_key_pl, sizeof(struct pf_state_key), 0, 0, 0, in pfinit() 3483 pool_put(&pf_state_key_pl, sk); in pfioctl_ioc_state()
|
| H A D | pf.c | 179 struct pool pf_state_pl, pf_state_key_pl; variable 4342 pool_put(&pf_state_key_pl, sk); in pf_detach_state() 4351 if ((sk = pool_get(&pf_state_key_pl, PR_WAITOK)) == NULL) { in pf_alloc_state_key() 5738 pool_put(&pf_state_key_pl, sk); in pf_test_rule()
|