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

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_norm.c212 uma_zone_set_max(V_pf_cache_pl, PFFRAG_FRCACHE_HIWAT);
484 pool_put(&V_pf_cache_pl, frag);
770 *frag = pool_get(&V_pf_cache_pl, PR_NOWAIT);
777 *frag = pool_get(&V_pf_cache_pl, PR_NOWAIT);
789 pool_put(&V_pf_cache_pl, *frag);
H A Dpf_ioctl.c299 V_pf_frent_pl = V_pf_frag_pl = V_pf_cache_pl = V_pf_cent_pl = NULL;
316 UMA_DESTROY(V_pf_cache_pl);
344 UMA_CREATE(V_pf_cache_pl, struct pf_fragment, "pffrcache");
H A Dpfvar.h1874 #define V_pf_cache_pl VNET(pf_cache_pl) macro

Completed in 44 milliseconds