Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dpfvar.h2175 extern struct pool pf_state_pl, pf_state_key_pl, pf_pooladdr_pl;
H A Dpf.c183 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 Dpf_ioctl.c414 pool_init(&pf_state_key_pl, sizeof(struct pf_state_key), 0, 0, 0, in pfinit()