Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Dinet_connection_sock.h255 int inet_csk_get_port(struct sock *sk, unsigned short snum);
/linux-6.12.1/net/ipv4/
Dinet_connection_sock.c515 int inet_csk_get_port(struct sock *sk, unsigned short snum) in inet_csk_get_port() function
610 EXPORT_SYMBOL_GPL(inet_csk_get_port);
Dtcp_ipv4.c3366 .get_port = inet_csk_get_port,
/linux-6.12.1/net/dccp/
Dipv4.c977 .get_port = inet_csk_get_port,
Dipv6.c1058 .get_port = inet_csk_get_port,
/linux-6.12.1/net/ipv6/
Dtcp_ipv6.c2339 .get_port = inet_csk_get_port,
/linux-6.12.1/net/mptcp/
Dprotocol.c3585 return inet_csk_get_port(msk->first, snum); in mptcp_get_port()
/linux-6.12.1/net/wireless/
Dnl80211.c13685 if (inet_csk_get_port(cfg->sock->sk, port)) { in nl80211_parse_wowlan_tcp()