Lines Matching refs:lhash2
209 if (!h->lhash2)
229 if (!h->lhash2 ||
366 /* Lookup lhash2 with INADDR_ANY */
881 h->lhash2 = NULL;
890 spin_lock_init(&h->lhash2[i].lock);
891 INIT_HLIST_HEAD(&h->lhash2[i].head);
892 h->lhash2[i].count = 0;
901 h->lhash2 = alloc_large_system_hash(name,
902 sizeof(*h->lhash2),
921 h->lhash2 = kmalloc_array(INET_LHTABLE_SIZE, sizeof(*h->lhash2), GFP_KERNEL);
922 if (!h->lhash2)