INET_LHTABLE_SIZE
h->lhash2 = kmalloc_objs(*h->lhash2, INET_LHTABLE_SIZE);
h->lhash2_mask = INET_LHTABLE_SIZE - 1;
BUG_ON(INET_LHTABLE_SIZE & h->lhash2_mask);