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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpf.c187 struct pool pf_state_pl, pf_state_key_pl; variable in typeref:struct:
3985 pool_put(&pf_state_key_pl, sk);
3994 if ((sk = pool_get(&pf_state_key_pl, PR_WAITOK)) == NULL)
4856 pool_put(&pf_state_key_pl, sk);
H A Dpfvar.h2172 extern struct pool pf_state_pl, pf_state_key_pl, pf_pooladdr_pl;
H A Dpf_ioctl.c460 pool_init(&pf_state_key_pl, sizeof (struct pf_state_key), 0, 0, 0,
3770 pool_put(&pf_state_key_pl, sk);

Completed in 109 milliseconds