Searched refs:__inet_accept (Results 1 – 4 of 4) sorted by relevance
| /linux/include/net/ |
| H A D | inet_common.h | 33 void __inet_accept(struct socket *sock, struct socket *newsock,
|
| /linux/net/ipv4/ |
| H A D | af_inet.c | 756 void __inet_accept(struct socket *sock, struct socket *newsock, struct sock *newsk) in __inet_accept() function 776 EXPORT_SYMBOL_GPL(__inet_accept); 794 __inet_accept(sock, newsock, sk2); in inet_accept()
|
| /linux/net/mptcp/ |
| H A D | protocol.c | 4218 __inet_accept(sock, newsock, newsk); in mptcp_stream_accept() 4240 __inet_accept(sock, newsock, newsk); in mptcp_stream_accept()
|
| /linux/net/sctp/ |
| H A D | socket.c | 5709 __inet_accept(sk->sk_socket, sock, newsk); in sctp_do_peeloff()
|