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

/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_ioctl.c297 V_pf_state_pl = V_pf_state_key_pl = V_pf_state_item_pl = NULL;
311 UMA_DESTROY(V_pf_state_item_pl);
336 UMA_CREATE(V_pf_state_item_pl, struct pf_state, "pfstateitempl");
H A Dpfvar.h1862 #define V_pf_state_item_pl VNET(pf_state_item_pl) macro
H A Dpf.c930 if ((si = pool_get(&V_pf_state_item_pl, PR_NOWAIT)) == NULL) {
980 pool_put(&V_pf_state_item_pl, si);

Completed in 83 milliseconds