Searched refs:__inet_accept (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/net/ |
H A D | inet_common.h | 34 void __inet_accept(struct socket *sock, struct socket *newsock,
|
/openbmc/linux/net/ipv4/ |
H A D | af_inet.c | 753 void __inet_accept(struct socket *sock, struct socket *newsock, struct sock *newsk) in __inet_accept() function 785 __inet_accept(sock, newsock, sk2); in inet_accept()
|
/openbmc/linux/net/mptcp/ |
H A D | protocol.c | 3933 __inet_accept(sock, newsock, newsk); in mptcp_stream_accept() 3962 __inet_accept(sock, newsock, newsk); in mptcp_stream_accept()
|