Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/unix/
H A Daf_unix.c668 static int unix_accept(struct socket *, struct socket *, int, bool);
729 .accept = unix_accept,
778 .accept = unix_accept,
1469 static int unix_accept(struct socket *sock, struct socket *newsock, int flags, in unix_accept() function