UDBHASHSIZE
#ifndef UDBHASHSIZE
CTASSERT(powerof2(UDBHASHSIZE));
uicb->hashbase = hashinit(UDBHASHSIZE, M_PCB, &uicb->hashmask);
in_pcbportinfo_init(&portinfo[cpu], UDBHASHSIZE, cpu);
uicb->wildcardhashbase = hashinit(UDBHASHSIZE, M_PCB,
uicb->localgrphashbase = hashinit(UDBHASHSIZE, M_PCB,