Home
last modified time | relevance | path

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

/openbmc/linux/net/unix/
H A Daf_unix.c746 static int unix_accept(struct socket *, struct socket *, int, bool);
837 .accept = unix_accept,
886 .accept = unix_accept,
1677 static int unix_accept(struct socket *sock, struct socket *newsock, int flags, in unix_accept() function