Searched refs:inet_sk_get_local_port_range (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/net/ipv4/ |
| H A D | inet_connection_sock.c | 130 bool inet_sk_get_local_port_range(const struct sock *sk, int *low, int *high) in inet_sk_get_local_port_range() function 154 EXPORT_SYMBOL(inet_sk_get_local_port_range); 346 inet_sk_get_local_port_range(sk, &low, &high); in inet_csk_find_open_port()
|
| H A D | inet_hashtables.c | 1038 local_ports = inet_sk_get_local_port_range(sk, &low, &high); in __inet_hash_connect()
|
| H A D | udp.c | 253 inet_sk_get_local_port_range(sk, &low, &high); in udp_lib_get_port()
|
| /linux-6.15/include/net/ |
| H A D | ip.h | 357 bool inet_sk_get_local_port_range(const struct sock *sk, int *low, int *high);
|
| /linux-6.15/net/sctp/ |
| H A D | socket.c | 8362 inet_sk_get_local_port_range(sk, &low, &high); in sctp_get_port_local()
|