Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dudp.c2008 struct udp_hslot *hslot, *hslot2, *nhslot2; in udp_lib_rehash() local
2011 nhslot2 = udp_hashslot2(udptable, newhash); in udp_lib_rehash()
2014 if (hslot2 != nhslot2 || in udp_lib_rehash()
2023 if (hslot2 != nhslot2) { in udp_lib_rehash()
2029 spin_lock(&nhslot2->lock); in udp_lib_rehash()
2031 &nhslot2->head); in udp_lib_rehash()
2032 nhslot2->count++; in udp_lib_rehash()
2033 spin_unlock(&nhslot2->lock); in udp_lib_rehash()
/kernel/linux/linux-6.6/net/ipv4/
H A Dudp.c1986 struct udp_hslot *hslot, *hslot2, *nhslot2; in udp_lib_rehash() local
1989 nhslot2 = udp_hashslot2(udptable, newhash); in udp_lib_rehash()
1992 if (hslot2 != nhslot2 || in udp_lib_rehash()
2001 if (hslot2 != nhslot2) { in udp_lib_rehash()
2007 spin_lock(&nhslot2->lock); in udp_lib_rehash()
2009 &nhslot2->head); in udp_lib_rehash()
2010 nhslot2->count++; in udp_lib_rehash()
2011 spin_unlock(&nhslot2->lock); in udp_lib_rehash()

Completed in 9 milliseconds