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

/xnu-2422.115.4/bsd/net/
H A Dpf_table.c157 struct pool pfr_kentry_pl; variable in typeref:struct:pool
216 pool_init(&pfr_kentry_pl, sizeof (struct pfr_kentry), 0, 0, 0,
234 pool_destroy(&pfr_kentry_pl);
831 ke = pool_get(&pfr_kentry_pl, PR_WAITOK);
864 pool_put(&pfr_kentry_pl, ke);
H A Dpf.c332 extern struct pool pfr_kentry_pl;
341 { &pfr_kentry_pl, PFR_KENTRY_HIWAT },

Completed in 243 milliseconds