Home
last modified time | relevance | path

Searched refs:inet_sk_get_local_port_range (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/net/ipv4/
H A Dinet_connection_sock.c130 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 Dinet_hashtables.c1038 local_ports = inet_sk_get_local_port_range(sk, &low, &high); in __inet_hash_connect()
H A Dudp.c253 inet_sk_get_local_port_range(sk, &low, &high); in udp_lib_get_port()
/linux-6.15/include/net/
H A Dip.h357 bool inet_sk_get_local_port_range(const struct sock *sk, int *low, int *high);
/linux-6.15/net/sctp/
H A Dsocket.c8362 inet_sk_get_local_port_range(sk, &low, &high); in sctp_get_port_local()