Home
last modified time | relevance | path

Searched refs:inet_csk_get_port (Results 1 – 6 of 6) sorted by relevance

/linux/include/net/
H A Dinet_connection_sock.h264 int inet_csk_get_port(struct sock *sk, unsigned short snum);
/linux/net/ipv4/
H A Dinet_connection_sock.c500 int inet_csk_get_port(struct sock *sk, unsigned short snum)
595 EXPORT_SYMBOL_GPL(inet_csk_get_port); in inet_csk_get_port()
501 int inet_csk_get_port(struct sock *sk, unsigned short snum) inet_csk_get_port() function
H A Dtcp_ipv4.c3360 .get_port = inet_csk_get_port,
/linux/net/ipv6/
H A Dtcp_ipv6.c2274 .get_port = inet_csk_get_port,
/linux/net/mptcp/
H A Dprotocol.c3776 return inet_csk_get_port(msk->first, snum); in mptcp_finish_connect()
/linux/net/wireless/
H A Dnl80211.c15200 if (inet_csk_get_port(cfg->sock->sk, port)) { in nl80211_send_coalesce_rules()