Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_state.h272 u_int ipf_state_maxbucket; member
H A Dip_state.c114 { { (void *)offsetof(ipf_state_softc_t, ipf_state_maxbucket) },
116 stsizeof(ipf_state_softc_t, ipf_state_maxbucket),
258 softs->ipf_state_maxbucket = 0;
368 if (softs->ipf_state_maxbucket == 0) {
370 softs->ipf_state_maxbucket++;
371 softs->ipf_state_maxbucket *= 2;
1676 softs->ipf_state_maxbucket) {
5326 softs->ipf_state_maxbucket = maxbucket;