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.h265 int inet_csk_get_port(struct sock *sk, unsigned short snum);
/linux/net/ipv4/
H A Dinet_connection_sock.c501 int inet_csk_get_port(struct sock *sk, unsigned short snum) in inet_csk_get_port() function
596 EXPORT_SYMBOL_GPL(inet_csk_get_port);
H A Dtcp_ipv4.c3439 .get_port = inet_csk_get_port,
/linux/net/ipv6/
H A Dtcp_ipv6.c2301 .get_port = inet_csk_get_port,
/linux/net/mptcp/
H A Dprotocol.c3752 return inet_csk_get_port(msk->first, snum); in mptcp_get_port()
/linux/net/wireless/
H A Dnl80211.c14884 if (inet_csk_get_port(cfg->sock->sk, port)) { in nl80211_parse_wowlan_tcp()