Lines Matching defs:bucketlens
7908 u_int *bucketlens[2];
7924 bucketlens[0] = NULL;
7925 bucketlens[1] = NULL;
7942 KMALLOCS(bucketlens[0], u_int *, newsize * sizeof(u_int));
7943 if (bucketlens[0] == NULL) {
7948 KMALLOCS(bucketlens[1], u_int *, newsize * sizeof(u_int));
7949 if (bucketlens[1] == NULL) {
7963 bzero((char *)bucketlens[0], newsize * sizeof(u_int));
7964 bzero((char *)bucketlens[1], newsize * sizeof(u_int));
7986 softn->ipf_nat_stats.ns_side[0].ns_bucketlen = bucketlens[0];
7992 softn->ipf_nat_stats.ns_side[1].ns_bucketlen = bucketlens[1];
8040 if (bucketlens[1] != NULL) {
8041 KFREES(bucketlens[0], newsize * sizeof(u_int));
8043 if (bucketlens[0] != NULL) {
8044 KFREES(bucketlens[0], newsize * sizeof(u_int));