Searched refs:inet_sk_get_local_port_range (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/net/ipv4/ |
A D | inet_connection_sock.c | 133 void inet_sk_get_local_port_range(const struct sock *sk, int *low, int *high) in inet_sk_get_local_port_range() function 152 EXPORT_SYMBOL(inet_sk_get_local_port_range); 340 inet_sk_get_local_port_range(sk, &low, &high); in inet_csk_find_open_port()
|
A D | inet_hashtables.c | 1019 inet_sk_get_local_port_range(sk, &low, &high); in __inet_hash_connect()
|
A D | udp.c | 251 inet_sk_get_local_port_range(sk, &low, &high); in udp_lib_get_port()
|
/linux-6.3-rc2/include/net/ |
A D | ip.h | 344 void inet_sk_get_local_port_range(const struct sock *sk, int *low, int *high);
|
/linux-6.3-rc2/net/sctp/ |
A D | socket.c | 8325 inet_sk_get_local_port_range(sk, &low, &high); in sctp_get_port_local()
|
Completed in 30 milliseconds