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

/darwin-on-arm/xnu/bsd/net/
H A Dpf.c179 struct pool pf_state_pl, pf_state_key_pl; variable in typeref:struct:
3941 pool_put(&pf_state_key_pl, sk);
3950 if ((sk = pool_get(&pf_state_key_pl, PR_WAITOK)) == NULL)
4805 pool_put(&pf_state_key_pl, sk);
H A Dpfvar.h2170 __private_extern__ struct pool pf_state_pl, pf_state_key_pl, pf_pooladdr_pl; variable in typeref:struct:
H A Dpf_ioctl.c457 pool_init(&pf_state_key_pl, sizeof (struct pf_state_key), 0, 0, 0,
3670 pool_put(&pf_state_key_pl, sk);

Completed in 31 milliseconds