lhash2            145 include/net/inet_hashtables.h 	struct inet_listen_hashbucket	*lhash2;
lhash2            169 include/net/inet_hashtables.h 	return &h->lhash2[hash & h->lhash2_mask];
lhash2            190 include/net/inet_hashtables.h 	kfree(h->lhash2);
lhash2            191 include/net/inet_hashtables.h 	h->lhash2 = NULL;
lhash2            196 net/ipv4/inet_hashtables.c 	if (!h->lhash2)
lhash2            216 net/ipv4/inet_hashtables.c 	if (!h->lhash2 ||
lhash2            757 net/ipv4/inet_hashtables.c 	h->lhash2 = NULL;
lhash2            766 net/ipv4/inet_hashtables.c 		spin_lock_init(&h->lhash2[i].lock);
lhash2            767 net/ipv4/inet_hashtables.c 		INIT_HLIST_HEAD(&h->lhash2[i].head);
lhash2            768 net/ipv4/inet_hashtables.c 		h->lhash2[i].count = 0;
lhash2            777 net/ipv4/inet_hashtables.c 	h->lhash2 = alloc_large_system_hash(name,
lhash2            778 net/ipv4/inet_hashtables.c 					    sizeof(*h->lhash2),
lhash2            791 net/ipv4/inet_hashtables.c 	h->lhash2 = kmalloc_array(INET_LHTABLE_SIZE, sizeof(*h->lhash2), GFP_KERNEL);
lhash2            792 net/ipv4/inet_hashtables.c 	if (!h->lhash2)