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

/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat.c8039 u_int *bucketlens[2]; local
8055 bucketlens[0] = NULL;
8056 bucketlens[1] = NULL;
8073 KMALLOCS(bucketlens[0], u_int *, newsize * sizeof(u_int));
8074 if (bucketlens[0] == NULL) {
8079 KMALLOCS(bucketlens[1], u_int *, newsize * sizeof(u_int));
8080 if (bucketlens[1] == NULL) {
8094 bzero((char *)bucketlens[0], newsize * sizeof(u_int));
8095 bzero((char *)bucketlens[1], newsize * sizeof(u_int));
8117 softn->ipf_nat_stats.ns_side[0].ns_bucketlen = bucketlens[
[all...]
H A Dip_state.c5266 u_int *bucketlens; local
5285 KMALLOCS(bucketlens, u_int *, newsize * sizeof(u_int));
5286 if (bucketlens == NULL) {
5294 KFREES(bucketlens, newsize * sizeof(*bucketlens));
5305 bzero((char *)bucketlens, newsize * sizeof(u_int));
5325 softs->ipf_state_stats.iss_bucketlen = bucketlens;

Completed in 82 milliseconds