HomeSort by: relevance | last modified time | path
    Searched refs:ipf_state_max (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_state.h 274 u_int ipf_state_max; member in struct:ipf_state_softc_s
ip_state.c 112 { { (void *)offsetof(ipf_state_softc_t, ipf_state_max) },
114 stsizeof(ipf_state_softc_t, ipf_state_max),
266 softs->ipf_state_max = IPSTATE_MAX;
358 softs->ipf_state_max);
520 issp->iss_state_max = softs->ipf_state_max;
1383 if ((softs->ipf_state_stats.iss_active * 100 / softs->ipf_state_max) >
1401 softs->ipf_state_max) && (fr->fr_statemax == 0)) {
2305 if (softs->ipf_state_stats.iss_active == softs->ipf_state_max) {
5177 newseed = ipf_state_seed_alloc(newsize, softs->ipf_state_max);

Completed in 15 milliseconds