Home
last modified time | relevance | path

Searched refs:V_pf_cent_pl (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/sys/contrib/pf/net/
Dpf_norm.c213 uma_zone_set_max(V_pf_cent_pl, PFFRAG_FRCENT_HIWAT); in pf_normalize_init()
406 pool_put(&V_pf_cent_pl, frcache);
787 cur = pool_get(&V_pf_cent_pl, PR_NOWAIT);
943 cur = pool_get(&V_pf_cent_pl, PR_NOWAIT);
1011 cur = pool_get(&V_pf_cent_pl, PR_NOWAIT);
1040 pool_put(&V_pf_cent_pl, cur);
1063 pool_put(&V_pf_cent_pl, frp);
Dpf_ioctl.c299 V_pf_frent_pl = V_pf_frag_pl = V_pf_cache_pl = V_pf_cent_pl = NULL; in init_zone_var()
317 UMA_DESTROY(V_pf_cent_pl); in cleanup_pf_zone()
345 UMA_CREATE(V_pf_cent_pl, struct pf_frcache, "pffrcent"); in pfattach()
Dpfvar.h1876 #define V_pf_cent_pl VNET(pf_cent_pl) macro