Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dudp.c582 struct udp_hslot *hslot4, *nhslot4; in udp_rehash4() local
585 nhslot4 = udp_hashslot4(udptable, newhash4); in udp_rehash4()
588 if (hslot4 != nhslot4) { in udp_rehash4()
594 spin_lock_bh(&nhslot4->lock); in udp_rehash4()
596 &nhslot4->nulls_head); in udp_rehash4()
597 nhslot4->count++; in udp_rehash4()
598 spin_unlock_bh(&nhslot4->lock); in udp_rehash4()