Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dudp.c575 struct udp_hslot *hslot4, *nhslot4; in udp_rehash4() local
578 nhslot4 = udp_hashslot4(udptable, newhash4); in udp_rehash4()
581 if (hslot4 != nhslot4) { in udp_rehash4()
587 spin_lock_bh(&nhslot4->lock); in udp_rehash4()
589 &nhslot4->nulls_head); in udp_rehash4()
590 nhslot4->count++; in udp_rehash4()
591 spin_unlock_bh(&nhslot4->lock); in udp_rehash4()