Home
last modified time | relevance | path

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

/dflybsd-src/sys/net/ipfw/
H A Dip_fw2.c763 SYSCTL_PROC(_net_inet_ip_fw, OID_AUTO, state_max,
1115 ipfw_state_max_set(int state_max) in ipfw_state_max_set() argument
1118 ipfw_state_max = state_max; in ipfw_state_max_set()
1120 ipfw_state_loosecnt_updthr = (state_max / 20) / netisr_ncpus; in ipfw_state_max_set()
7110 int state_max, error; in ipfw_sysctl_statemax() local
7112 state_max = ipfw_state_max; in ipfw_sysctl_statemax()
7113 error = sysctl_handle_int(oidp, &state_max, 0, req); in ipfw_sysctl_statemax()
7117 if (state_max < 1) in ipfw_sysctl_statemax()
7120 ipfw_state_max_set(state_max); in ipfw_sysctl_statemax()