Searched refs:__inet_inherit_port (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | inet_hashtables.h | 228 int __inet_inherit_port(const struct sock *sk, struct sock *child);
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | inet_hashtables.c | 140 int __inet_inherit_port(const struct sock *sk, struct sock *child) in __inet_inherit_port() function 185 EXPORT_SYMBOL_GPL(__inet_inherit_port); variable
|
H A D | tcp_ipv4.c | 1615 if (__inet_inherit_port(sk, newsk) < 0) in tcp_v4_syn_recv_sock()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | inet_hashtables.h | 295 int __inet_inherit_port(const struct sock *sk, struct sock *child);
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | inet_hashtables.c | 221 int __inet_inherit_port(const struct sock *sk, struct sock *child) in __inet_inherit_port() function 299 EXPORT_SYMBOL_GPL(__inet_inherit_port); variable
|
H A D | tcp_ipv4.c | 1635 if (__inet_inherit_port(sk, newsk) < 0) in tcp_v4_syn_recv_sock()
|
/kernel/linux/linux-5.10/net/dccp/ |
H A D | ipv4.c | 430 if (__inet_inherit_port(sk, newsk) < 0) in dccp_v4_request_recv_sock()
|
H A D | ipv6.c | 536 if (__inet_inherit_port(sk, newsk) < 0) { in dccp_v6_request_recv_sock()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | ipv4.c | 442 if (__inet_inherit_port(sk, newsk) < 0) in dccp_v4_request_recv_sock()
|
H A D | ipv6.c | 547 if (__inet_inherit_port(sk, newsk) < 0) { in dccp_v6_request_recv_sock()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | tcp_nip.c | 961 if (__inet_inherit_port(sk, newsk) < 0) in tcp_nip_syn_recv_sock()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | tcp_ipv6.c | 1403 if (__inet_inherit_port(sk, newsk) < 0) { in tcp_v6_syn_recv_sock()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_cm.c | 1076 __inet_inherit_port(lsk, newsk); in inet_inherit_port()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_cm.c | 1075 __inet_inherit_port(lsk, newsk); in inet_inherit_port()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | tcp_ipv6.c | 1377 if (__inet_inherit_port(sk, newsk) < 0) { in tcp_v6_syn_recv_sock()
|
Completed in 40 milliseconds