Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dudp.c542 struct udp_hslot *hslot4; in udp4_lib_lookup4() local
549 hslot4 = &udptable->hash4[slot]; in udp4_lib_lookup4()
554 udp_lrpa_for_each_entry_rcu(up, node, &hslot4->nulls_head) { in udp4_lib_lookup4()
574 struct udp_hslot *hslot4, *nhslot4; in udp_rehash4() local
576 hslot4 = udp_hashslot4(udptable, udp_sk(sk)->udp_lrpa_hash); in udp_rehash4()
580 if (hslot4 != nhslot4) { in udp_rehash4()
581 spin_lock_bh(&hslot4->lock); in udp_rehash4()
583 hslot4->count--; in udp_rehash4()
584 spin_unlock_bh(&hslot4->lock); in udp_rehash4()
596 struct udp_hslot *hslot2, *hslot4; in udp_unhash4() local
[all …]
/linux/net/ipv6/
H A Dudp.c298 struct udp_hslot *hslot4; in udp6_lib_lookup4()
305 hslot4 = &udptable->hash4[slot]; in udp6_lib_lookup4()
308 udp_lrpa_for_each_entry_rcu(up, node, &hslot4->nulls_head) { in udp6_lib_lookup4()
297 struct udp_hslot *hslot4; udp6_lib_lookup4() local