Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/ipfilter/netinet/
HDip_state.h276 u_int ipf_state_maxbucket; member
HDip_state.c121 { { (void *)offsetof(ipf_state_softc_t, ipf_state_maxbucket) },
123 stsizeof(ipf_state_softc_t, ipf_state_maxbucket),
265 softs->ipf_state_maxbucket = 0;
365 if (softs->ipf_state_maxbucket == 0) {
367 softs->ipf_state_maxbucket++;
368 softs->ipf_state_maxbucket *= 2;
1671 softs->ipf_state_maxbucket) {
5301 softs->ipf_state_maxbucket = maxbucket;