Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/ipf/netinet/
H A Dip_state.c5152 u_int maxbucket; in ipf_state_rehash() local
5185 for (maxbucket = 0, i = newsize; i > 0; i >>= 1) in ipf_state_rehash()
5186 maxbucket++; in ipf_state_rehash()
5187 maxbucket *= 2; in ipf_state_rehash()
5211 softs->ipf_state_maxbucket = maxbucket; in ipf_state_rehash()
H A Dip_nat.c7909 u_int maxbucket; in ipf_nat_rehash() local
7957 for (maxbucket = 0, i = newsize; i > 0; i >>= 1) in ipf_nat_rehash()
7958 maxbucket++; in ipf_nat_rehash()
7959 maxbucket *= 2; in ipf_nat_rehash()
7994 softn->ipf_nat_maxbucket = maxbucket; in ipf_nat_rehash()