Searched refs:pf_state_key_pl (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.41.9/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.c | 183 struct pool pf_state_pl, pf_state_key_pl; variable 4413 pool_put(&pf_state_key_pl, sk); in pf_detach_state() 4422 if ((sk = pool_get(&pf_state_key_pl, PR_WAITOK)) == NULL) { in pf_alloc_state_key() 5820 pool_put(&pf_state_key_pl, sk); in pf_test_rule()
|
| H A D | pf_ioctl.c | 414 pool_init(&pf_state_key_pl, sizeof(struct pf_state_key), 0, 0, 0, in pfinit()
|