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

/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c180 #define V_dyn_max VNET(dyn_max) macro
1328 V_dyn_max = 4096; /* max # of dynamic rules */
1335 uma_zone_set_max(V_ipfw_dyn_rule_zone, V_dyn_max);
1382 nstates = V_dyn_max;
1389 V_dyn_max = nstates;
1390 uma_zone_set_max(V_ipfw_dyn_rule_zone, V_dyn_max);

Completed in 90 milliseconds