Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dinet_connection_sock.h259 int inet_csk_get_port(struct sock *sk, unsigned short snum);
/linux-6.15/net/ipv4/
H A Dinet_connection_sock.c513 int inet_csk_get_port(struct sock *sk, unsigned short snum) in inet_csk_get_port() function
608 EXPORT_SYMBOL_GPL(inet_csk_get_port);
H A Dtcp_ipv4.c3382 .get_port = inet_csk_get_port,
/linux-6.15/net/dccp/
H A Dipv4.c973 .get_port = inet_csk_get_port,
H A Dipv6.c1051 .get_port = inet_csk_get_port,
/linux-6.15/net/ipv6/
H A Dtcp_ipv6.c2347 .get_port = inet_csk_get_port,
/linux-6.15/net/mptcp/
H A Dprotocol.c3473 return inet_csk_get_port(msk->first, snum); in mptcp_get_port()
/linux-6.15/net/wireless/
H A Dnl80211.c13719 if (inet_csk_get_port(cfg->sock->sk, port)) { in nl80211_parse_wowlan_tcp()