Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/ipf/netinet/
H A Dip_nat.c7896 u_int *bucketlens[2]; in ipf_nat_rehash() local
7912 bucketlens[0] = NULL; in ipf_nat_rehash()
7913 bucketlens[1] = NULL; in ipf_nat_rehash()
7931 if (bucketlens[0] == NULL) { in ipf_nat_rehash()
7937 if (bucketlens[1] == NULL) { in ipf_nat_rehash()
7951 bzero((char *)bucketlens[0], newsize * sizeof(u_int)); in ipf_nat_rehash()
7952 bzero((char *)bucketlens[1], newsize * sizeof(u_int)); in ipf_nat_rehash()
8028 if (bucketlens[1] != NULL) { in ipf_nat_rehash()
8029 KFREES(bucketlens[0], newsize * sizeof(u_int)); in ipf_nat_rehash()
8031 if (bucketlens[0] != NULL) { in ipf_nat_rehash()
[all …]
H A Dip_state.c5139 u_int *bucketlens; in ipf_state_rehash() local
5158 KMALLOCS(bucketlens, u_int *, newsize * sizeof(u_int)); in ipf_state_rehash()
5159 if (bucketlens == NULL) { in ipf_state_rehash()
5170 bzero((char *)bucketlens, newsize * sizeof(u_int)); in ipf_state_rehash()
5184 softs->ipf_state_stats.iss_bucketlen = bucketlens; in ipf_state_rehash()