Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dpf_osfp.c72 static struct pool pf_osfp_entry_pl; variable
275 pool_init(&pf_osfp_entry_pl, sizeof(struct pf_osfp_entry), 0, 0, 0, in pf_osfp_initialize()
289 pool_destroy(&pf_osfp_entry_pl);
304 pool_put(&pf_osfp_entry_pl, entry); in pf_osfp_flush()
365 if ((entry = pool_get(&pf_osfp_entry_pl, PR_WAITOK)) == NULL) { in pf_osfp_add()
382 if ((entry = pool_get(&pf_osfp_entry_pl, PR_WAITOK)) == NULL) { in pf_osfp_add()