Searched refs:inet_csk_get_port (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | inet_connection_sock.h | 313 int inet_csk_get_port(struct sock *sk, unsigned short snum);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | inet_connection_sock.h | 255 int inet_csk_get_port(struct sock *sk, unsigned short snum);
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | inet_connection_sock.c | 359 int inet_csk_get_port(struct sock *sk, unsigned short snum) in inet_csk_get_port() function 414 EXPORT_SYMBOL_GPL(inet_csk_get_port); variable
|
H A D | tcp_ipv4.c | 2824 .get_port = inet_csk_get_port,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | inet_connection_sock.c | 507 int inet_csk_get_port(struct sock *sk, unsigned short snum) in inet_csk_get_port() function 603 EXPORT_SYMBOL_GPL(inet_csk_get_port); variable
|
H A D | tcp_ipv4.c | 3129 .get_port = inet_csk_get_port,
|
/kernel/linux/linux-5.10/net/dccp/ |
H A D | ipv4.c | 956 .get_port = inet_csk_get_port,
|
H A D | ipv6.c | 1039 .get_port = inet_csk_get_port,
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | ipv4.c | 972 .get_port = inet_csk_get_port,
|
H A D | ipv6.c | 1053 .get_port = inet_csk_get_port,
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | tcp_nip.c | 2277 .get_port = inet_csk_get_port,
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | tcp_ipv6.c | 2149 .get_port = inet_csk_get_port,
|
/kernel/linux/linux-5.10/net/mptcp/ |
H A D | protocol.c | 2413 return inet_csk_get_port(ssock->sk, snum); in mptcp_get_port()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | tcp_ipv6.c | 2163 .get_port = inet_csk_get_port,
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | protocol.c | 3561 return inet_csk_get_port(msk->first, snum); in mptcp_get_port()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 12111 if (inet_csk_get_port(cfg->sock->sk, port)) { in nl80211_parse_wowlan_tcp()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 13516 if (inet_csk_get_port(cfg->sock->sk, port)) { in nl80211_parse_wowlan_tcp()
|
Completed in 80 milliseconds