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

/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c371 #define V_dyn_max VNET(dyn_max) macro
394 nstates = V_dyn_max;
400 V_dyn_max = nstates;
401 uma_zone_set_max(V_dyn_data_zone, V_dyn_max);
3144 V_dyn_max = 16384; /* max # of states */
3163 uma_zone_set_max(V_dyn_data_zone, V_dyn_max);

Completed in 61 milliseconds