Home
last modified time | relevance | path

Searched refs:pf_state_key_pl (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dpfvar.h2248 extern struct pool pf_state_pl, pf_state_key_pl, pf_pooladdr_pl;
H A Dpf.c187 struct pool pf_state_pl, pf_state_key_pl; variable
4453 pool_put(&pf_state_key_pl, sk); in pf_detach_state()
4462 if ((sk = pool_get(&pf_state_key_pl, PR_WAITOK)) == NULL) { in pf_alloc_state_key()
5859 pool_put(&pf_state_key_pl, sk); in pf_test_rule()
H A Dpf_ioctl.c470 pool_init(&pf_state_key_pl, sizeof(struct pf_state_key), 0, 0, 0, in pfinit()