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

/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_nat.c8053 u_int *bucketlens[2]; local
8069 bucketlens[0] = NULL;
8070 bucketlens[1] = NULL;
8087 KMALLOCS(bucketlens[0], u_int *, newsize * sizeof(u_int));
8088 if (bucketlens[0] == NULL) {
8093 KMALLOCS(bucketlens[1], u_int *, newsize * sizeof(u_int));
8094 if (bucketlens[1] == NULL) {
8108 bzero((char *)bucketlens[0], newsize * sizeof(u_int));
8109 bzero((char *)bucketlens[1], newsize * sizeof(u_int));
8131 softn->ipf_nat_stats.ns_side[0].ns_bucketlen = bucketlens[
[all...]
H A Dip_state.c5251 u_int *bucketlens; local
5270 KMALLOCS(bucketlens, u_int *, newsize * sizeof(u_int));
5271 if (bucketlens == NULL) {
5282 bzero((char *)bucketlens, newsize * sizeof(u_int));
5296 softs->ipf_state_stats.iss_bucketlen = bucketlens;

Completed in 91 milliseconds