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

/darwin-on-arm/xnu/bsd/net/
H A Dpf_ioctl.c462 pool_init(&pf_altq_pl, sizeof (struct pf_altq), 0, 0, 0, "pfaltqpl",
639 pool_destroy(&pf_altq_pl);
970 pool_put(&pf_altq_pl, altq);
997 pool_put(&pf_altq_pl, altq);
1049 pool_put(&pf_altq_pl, altq);
2037 altq = pool_get(&pf_altq_pl, PR_WAITOK);
2051 pool_put(&pf_altq_pl, altq);
2066 pool_put(&pf_altq_pl, altq);
H A Dpfvar.h2173 __private_extern__ struct pool pf_altq_pl; variable in typeref:struct:pool
H A Dpf.c181 struct pool pf_altq_pl; variable in typeref:struct:pool

Completed in 34 milliseconds