Home
last modified time | relevance | path

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

/Linux-v5.4/net/unix/
Daf_unix.c643 static int unix_accept(struct socket *, struct socket *, int, bool);
686 .accept = unix_accept,
731 .accept = unix_accept,
1419 static int unix_accept(struct socket *sock, struct socket *newsock, int flags, in unix_accept() function