Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv4/
Dudp.c2033 struct udp_hslot *hslot, *hslot2, *nhslot2; in udp_lib_rehash() local
2036 nhslot2 = udp_hashslot2(udptable, newhash); in udp_lib_rehash()
2039 if (hslot2 != nhslot2 || in udp_lib_rehash()
2048 if (hslot2 != nhslot2) { in udp_lib_rehash()
2054 spin_lock(&nhslot2->lock); in udp_lib_rehash()
2056 &nhslot2->head); in udp_lib_rehash()
2057 nhslot2->count++; in udp_lib_rehash()
2058 spin_unlock(&nhslot2->lock); in udp_lib_rehash()