Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dudp.c551 struct udp_hslot *hslot4; in udp4_lib_lookup4() local
558 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() local
585 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 …]
/linux/net/ipv6/
H A Dudp.c295 struct udp_hslot *hslot4; in udp6_lib_lookup4() local
302 hslot4 = &udptable->hash4[slot]; in udp6_lib_lookup4()
305 udp_lrpa_for_each_entry_rcu(up, node, &hslot4->nulls_head) { in udp6_lib_lookup4()