Searched refs:maxbucket (Results 1 – 2 of 2) sorted by relevance
5152 u_int maxbucket; in ipf_state_rehash() local5185 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()
7909 u_int maxbucket; in ipf_nat_rehash() local7957 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()