Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dudp.c550 struct udp_hslot *hslot4; in udp4_lib_lookup4() local
557 hslot4 = &udptable->hash4[slot]; in udp4_lib_lookup4()
562 udp_lrpa_for_each_entry_rcu(up, node, &hslot4->nulls_head) { in udp4_lib_lookup4()
582 struct udp_hslot *hslot4, *nhslot4; in udp_rehash4() local
584 hslot4 = udp_hashslot4(udptable, udp_sk(sk)->udp_lrpa_hash); in udp_rehash4()
588 if (hslot4 != nhslot4) { in udp_rehash4()
589 spin_lock_bh(&hslot4->lock); in udp_rehash4()
591 hslot4->count--; in udp_rehash4()
592 spin_unlock_bh(&hslot4->lock); in udp_rehash4()
604 struct udp_hslot *hslot2, *hslot4; in udp_unhash4() local
[all …]
/linux/net/ipv6/
H A Dudp.c297 struct udp_hslot *hslot4; in udp6_lib_lookup4() local
304 hslot4 = &udptable->hash4[slot]; in udp6_lib_lookup4()
307 udp_lrpa_for_each_entry_rcu(up, node, &hslot4->nulls_head) { in udp6_lib_lookup4()