Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_dynamic.c373 #define V_dyn_parent_max VNET(dyn_parent_max) macro
411 nstates = V_dyn_parent_max; in sysctl_dyn_parent_max()
417 V_dyn_parent_max = nstates; in sysctl_dyn_parent_max()
418 uma_zone_set_max(V_dyn_parent_zone, V_dyn_parent_max); in sysctl_dyn_parent_max()
3146 V_dyn_parent_max = 4096; /* max # of parent states */ in ipfw_dyn_init()
3169 uma_zone_set_max(V_dyn_parent_zone, V_dyn_parent_max); in ipfw_dyn_init()