nhslot2          1919 net/ipv4/udp.c 		struct udp_hslot *hslot, *hslot2, *nhslot2;
nhslot2          1922 net/ipv4/udp.c 		nhslot2 = udp_hashslot2(udptable, newhash);
nhslot2          1925 net/ipv4/udp.c 		if (hslot2 != nhslot2 ||
nhslot2          1934 net/ipv4/udp.c 			if (hslot2 != nhslot2) {
nhslot2          1940 net/ipv4/udp.c 				spin_lock(&nhslot2->lock);
nhslot2          1942 net/ipv4/udp.c 							 &nhslot2->head);
nhslot2          1943 net/ipv4/udp.c 				nhslot2->count++;
nhslot2          1944 net/ipv4/udp.c 				spin_unlock(&nhslot2->lock);