Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dinet_connection_sock.c133 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);
343 inet_sk_get_local_port_range(sk, &low, &high); in inet_csk_find_open_port()
H A Dinet_hashtables.c1027 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()
/openbmc/linux/include/net/
H A Dip.h353 void inet_sk_get_local_port_range(const struct sock *sk, int *low, int *high);
/openbmc/linux/net/sctp/
H A Dsocket.c8354 inet_sk_get_local_port_range(sk, &low, &high); in sctp_get_port_local()