Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dpf.c205 struct pool pf_app_state_pl; variable
346 { .pp = &pf_app_state_pl, .limit = PFAPPSTATE_HIWAT },
4450 pool_put(&pf_app_state_pl, sk->app_state); in pf_detach_state()
5855 pool_put(&pf_app_state_pl, in pf_test_rule()
6028 as = pool_get(&pf_app_state_pl, in pf_test_rule()
6054 as = pool_get(&pf_app_state_pl, in pf_test_rule()
6690 gas = pool_get(&pf_app_state_pl, PR_NOWAIT); in pf_pptp_handler()
6698 pool_put(&pf_app_state_pl, gas); in pf_pptp_handler()
H A Dpfvar.h2250 extern struct pool pf_app_state_pl;
H A Dpf_ioctl.c472 pool_init(&pf_app_state_pl, sizeof(struct pf_app_state), 0, 0, 0, in pfinit()