Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dudp.c2265 struct udp_hslot *hslot, *hslot2, *nhslot2; in udp_lib_rehash() local
2270 nhslot2 = udp_hashslot2(udptable, newhash); in udp_lib_rehash()
2273 if (hslot2 != nhslot2 || in udp_lib_rehash()
2280 if (hslot2 != nhslot2) { in udp_lib_rehash()
2286 spin_lock(&nhslot2->lock); in udp_lib_rehash()
2288 &nhslot2->head); in udp_lib_rehash()
2289 nhslot2->count++; in udp_lib_rehash()
2290 spin_unlock(&nhslot2->lock); in udp_lib_rehash()
2306 if (hslot2 != nhslot2) { in udp_lib_rehash()
2311 spin_lock(&nhslot2->lock); in udp_lib_rehash()
[all …]