V_pf_eth_anchor_z
V_pf_eth_anchor_z = uma_zcreate("pf Ethernet anchors",
V_pf_limits[PF_LIMIT_ETH_ANCHORS].zone = V_pf_eth_anchor_z;
uma_zone_set_max(V_pf_eth_anchor_z, PF_ANCHOR_HIWAT);
uma_zone_set_warning(V_pf_eth_anchor_z, "PF Ethernet anchor limit reached");
uma_zdestroy(V_pf_eth_anchor_z);
anchor = uma_zalloc(V_pf_eth_anchor_z, M_NOWAIT | M_ZERO);
uma_zfree(V_pf_eth_anchor_z, anchor);
uma_zfree(V_pf_eth_anchor_z, anchor);
uma_zfree(V_pf_eth_anchor_z, ruleset->anchor);