Home
last modified time | relevance | path

Searched refs:__inet_accept (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/net/
Dinet_common.h34 void __inet_accept(struct socket *sock, struct socket *newsock,
/Linux-v6.6/net/ipv4/
Daf_inet.c752 void __inet_accept(struct socket *sock, struct socket *newsock, struct sock *newsk) in __inet_accept() function
782 __inet_accept(sock, newsock, sk2); in inet_accept()
/Linux-v6.6/net/mptcp/
Dprotocol.c3834 __inet_accept(sock, newsock, newsk); in mptcp_stream_accept()