Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dudp.c574 struct udp_hslot *hslot4, *nhslot4; in udp_rehash4() local
577 nhslot4 = udp_hashslot4(udptable, newhash4); in udp_rehash4()
580 if (hslot4 != nhslot4) { in udp_rehash4()
586 spin_lock_bh(&nhslot4->lock); in udp_rehash4()
588 &nhslot4->nulls_head); in udp_rehash4()
589 nhslot4->count++; in udp_rehash4()
590 spin_unlock_bh(&nhslot4->lock); in udp_rehash4()