Searched refs:hslot4 (Results 1 – 2 of 2) sorted by relevance
551 struct udp_hslot *hslot4; in udp4_lib_lookup4() local558 hslot4 = &udptable->hash4[slot]; in udp4_lib_lookup4()563 udp_lrpa_for_each_entry_rcu(up, node, &hslot4->nulls_head) { in udp4_lib_lookup4()583 struct udp_hslot *hslot4, *nhslot4; in udp_rehash4() local585 hslot4 = udp_hashslot4(udptable, udp_sk(sk)->udp_lrpa_hash); in udp_rehash4()589 if (hslot4 != nhslot4) { in udp_rehash4()590 spin_lock_bh(&hslot4->lock); in udp_rehash4()592 hslot4->count--; in udp_rehash4()593 spin_unlock_bh(&hslot4->lock); in udp_rehash4()605 struct udp_hslot *hslot2, *hslot4; in udp_unhash4() local[all …]
295 struct udp_hslot *hslot4; in udp6_lib_lookup4() local302 hslot4 = &udptable->hash4[slot]; in udp6_lib_lookup4()305 udp_lrpa_for_each_entry_rcu(up, node, &hslot4->nulls_head) { in udp6_lib_lookup4()