Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dudp.h50 #define udp_port_hash inet.sk.__sk_common.skc_u16hashes[0] macro
/openbmc/linux/net/ipv4/
H A Dudp.c152 (bitmap || udp_sk(sk2)->udp_port_hash == num) && in udp_lib_lport_inuse()
165 __set_bit(udp_sk(sk2)->udp_port_hash >> log, in udp_lib_lport_inuse()
189 (udp_sk(sk2)->udp_port_hash == num) && in udp_lib_lport_inuse2()
219 (udp_sk(sk2)->udp_port_hash == udp_sk(sk)->udp_port_hash) && in udp_reuseport_add_sock()
318 udp_sk(sk)->udp_port_hash = snum; in udp_lib_get_port()
324 udp_sk(sk)->udp_port_hash = 0; in udp_lib_get_port()
376 udp_sk(sk)->udp_port_hash != hnum || in compute_score()
586 udp_sk(sk)->udp_port_hash != hnum || in __udp_is_mcast_sock()
1978 udp_sk(sk)->udp_port_hash); in udp_lib_unhash()
2015 udp_sk(sk)->udp_port_hash); in udp_lib_rehash()
/openbmc/linux/net/ipv6/
H A Dudp.c130 udp_sk(sk)->udp_port_hash != hnum || in compute_score()
817 if (udp_sk(sk)->udp_port_hash != hnum || in __udp_v6_is_mcast_sock()