Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_dynamic.c329 #define V_dyn_parent_zone VNET(dyn_parent_zone) macro
418 uma_zone_set_max(V_dyn_parent_zone, V_dyn_parent_max); in sysctl_dyn_parent_max()
1461 limit = uma_zalloc(V_dyn_parent_zone, M_NOWAIT | M_ZERO); in dyn_alloc_parent()
1575 uma_zfree(V_dyn_parent_zone, limit); in dyn_add_ipv4_parent()
1706 uma_zfree(V_dyn_parent_zone, limit); in dyn_add_ipv6_parent()
2077 uma_zfree(V_dyn_parent_zone, s->limit); \ in dyn_free_states()
3166 V_dyn_parent_zone = uma_zcreate("IPFW parent dynamic states", in ipfw_dyn_init()
3169 uma_zone_set_max(V_dyn_parent_zone, V_dyn_parent_max); in ipfw_dyn_init()
3222 uma_zfree(V_dyn_parent_zone, s->limit); \ in ipfw_dyn_uninit()
3248 uma_zdestroy(V_dyn_parent_zone); in ipfw_dyn_uninit()