Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dinet_connection_sock.c121 * inet_sk_get_local_port_range - fetch ephemeral ports range
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()
/linux/include/net/
H A Dip.h359 bool inet_sk_get_local_port_range(const struct sock *sk, int *low, int *high);
/linux/net/sctp/
H A Dsocket.c8362 inet_sk_get_local_port_range(sk, &low, &high); in sctp_get_port_local()