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

/xnu-2422.115.4/bsd/net/
H A Dpf_osfp.c75 static struct pool pf_osfp_pl; variable in typeref:struct:pool
276 pool_init(&pf_osfp_pl, sizeof (struct pf_os_fingerprint), 0, 0, 0,
287 pool_destroy(&pf_osfp_pl);
305 pool_put(&pf_osfp_pl, fp);
366 if ((fp = pool_get(&pf_osfp_pl, PR_WAITOK)) == NULL)
379 pool_put(&pf_osfp_pl, fp);

Completed in 19 milliseconds