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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dpf_ioctl.c465 pool_init(&pf_altq_pl, sizeof (struct pf_altq), 0, 0, 0, "pfaltqpl",
642 pool_destroy(&pf_altq_pl);
973 pool_put(&pf_altq_pl, altq);
1000 pool_put(&pf_altq_pl, altq);
1052 pool_put(&pf_altq_pl, altq);
2050 altq = pool_get(&pf_altq_pl, PR_WAITOK);
2064 pool_put(&pf_altq_pl, altq);
2079 pool_put(&pf_altq_pl, altq);
H A Dpfvar.h2175 extern struct pool pf_altq_pl;
H A Dpf.c189 struct pool pf_altq_pl; variable in typeref:struct:pool

Completed in 316 milliseconds