Home
last modified time | relevance | path

Searched refs:udp_port_hash (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/linux/
Dudp.h41 #define udp_port_hash inet.sk.__sk_common.skc_u16hashes[0] macro
/Linux-v5.10/net/ipv4/
Dudp.c143 (bitmap || udp_sk(sk2)->udp_port_hash == num) && in udp_lib_lport_inuse()
156 __set_bit(udp_sk(sk2)->udp_port_hash >> log, in udp_lib_lport_inuse()
180 (udp_sk(sk2)->udp_port_hash == num) && in udp_lib_lport_inuse2()
210 (udp_sk(sk2)->udp_port_hash == udp_sk(sk)->udp_port_hash) && in udp_reuseport_add_sock()
309 udp_sk(sk)->udp_port_hash = snum; in udp_lib_get_port()
315 udp_sk(sk)->udp_port_hash = 0; in udp_lib_get_port()
367 udp_sk(sk)->udp_port_hash != hnum || in compute_score()
581 udp_sk(sk)->udp_port_hash != hnum || in __udp_is_mcast_sock()
1951 udp_sk(sk)->udp_port_hash); in udp_lib_unhash()
1988 udp_sk(sk)->udp_port_hash); in udp_lib_rehash()
/Linux-v5.10/net/ipv6/
Dudp.c111 udp_sk(sk)->udp_port_hash != hnum || in compute_score()
769 if (udp_sk(sk)->udp_port_hash != hnum || in __udp_v6_is_mcast_sock()