Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dpf.c201 struct pool pf_app_state_pl; variable
342 { .pp = &pf_app_state_pl, .limit = PFAPPSTATE_HIWAT },
4410 pool_put(&pf_app_state_pl, sk->app_state); in pf_detach_state()
5816 pool_put(&pf_app_state_pl, in pf_test_rule()
5989 as = pool_get(&pf_app_state_pl, in pf_test_rule()
6015 as = pool_get(&pf_app_state_pl, in pf_test_rule()
6651 gas = pool_get(&pf_app_state_pl, PR_NOWAIT); in pf_pptp_handler()
6659 pool_put(&pf_app_state_pl, gas); in pf_pptp_handler()
H A Dpfvar.h2177 extern struct pool pf_app_state_pl;
H A Dpf_ioctl.c416 pool_init(&pf_app_state_pl, sizeof(struct pf_app_state), 0, 0, 0, in pfinit()