Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_state.h271 u_int ipf_state_max; member
H A Dip_state.c102 { { (void *)offsetof(ipf_state_softc_t, ipf_state_max) },
104 stsizeof(ipf_state_softc_t, ipf_state_max),
260 softs->ipf_state_max = IPSTATE_MAX;
356 softs->ipf_state_max);
523 issp->iss_state_max = softs->ipf_state_max;
1411 if ((softs->ipf_state_stats.iss_active * 100 / softs->ipf_state_max) >
1429 softs->ipf_state_max) && (fr->fr_statemax == 0)) {
2354 if (softs->ipf_state_stats.iss_active == softs->ipf_state_max) {
5292 newseed = ipf_state_seed_alloc(newsize, softs->ipf_state_max);
H A Dmlfk_ipl.c626 NULL, offsetof(ipf_state_softc_t, ipf_state_max), ""); in ipf_fbsd_sysctl_create()