Home
last modified time | relevance | path

Searched refs:nhslot2 (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/net/ipv4/
Dudp.c1821 struct udp_hslot *hslot, *hslot2, *nhslot2; in udp_lib_rehash() local
1824 nhslot2 = udp_hashslot2(udptable, newhash); in udp_lib_rehash()
1827 if (hslot2 != nhslot2 || in udp_lib_rehash()
1836 if (hslot2 != nhslot2) { in udp_lib_rehash()
1842 spin_lock(&nhslot2->lock); in udp_lib_rehash()
1844 &nhslot2->head); in udp_lib_rehash()
1845 nhslot2->count++; in udp_lib_rehash()
1846 spin_unlock(&nhslot2->lock); in udp_lib_rehash()