Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dpfvar.h2175 extern struct pool pf_state_pl, pf_state_key_pl, pf_pooladdr_pl;
H A Dpf_ioctl.c414 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 Dpf.c179 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()