Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dinet_connection_sock.c248 if (inet_use_hash2_on_bind(sk)) in inet_csk_bind_conflict()
365 if (inet_use_hash2_on_bind(sk)) { in inet_csk_find_open_port()
551 if (check_bind_conflict && inet_use_hash2_on_bind(sk)) { in inet_csk_get_port()
H A Dudp.c290 if (inet_use_hash2_on_bind(sk) && hslot->count > 10) { in udp_lib_get_port()
/linux/include/net/
H A Dinet_hashtables.h267 static inline bool inet_use_hash2_on_bind(const struct sock *sk) in inet_use_hash2_on_bind() function