Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dpf.c197 struct pool pf_app_state_pl; variable
339 { .pp = &pf_app_state_pl, .limit = PFAPPSTATE_HIWAT },
4340 pool_put(&pf_app_state_pl, sk->app_state); in pf_detach_state()
5735 pool_put(&pf_app_state_pl, in pf_test_rule()
5890 as = pool_get(&pf_app_state_pl, in pf_test_rule()
5916 as = pool_get(&pf_app_state_pl, in pf_test_rule()
6548 gas = pool_get(&pf_app_state_pl, PR_NOWAIT); in pf_pptp_handler()
6556 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()