Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dudp.c543 struct udp_hslot *hslot4; in udp4_lib_lookup4() local
550 hslot4 = &udptable->hash4[slot]; in udp4_lib_lookup4()
555 udp_lrpa_for_each_entry_rcu(up, node, &hslot4->nulls_head) { in udp4_lib_lookup4()
575 struct udp_hslot *hslot4, *nhslot4; in udp_rehash4() local
577 hslot4 = udp_hashslot4(udptable, udp_sk(sk)->udp_lrpa_hash); in udp_rehash4()
581 if (hslot4 != nhslot4) { in udp_rehash4()
582 spin_lock_bh(&hslot4->lock); in udp_rehash4()
584 hslot4->count--; in udp_rehash4()
585 spin_unlock_bh(&hslot4->lock); in udp_rehash4()
597 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() local
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()