Home
last modified time | relevance | path

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

/Linux-v6.6/net/unix/
Daf_unix.c761 static int unix_accept(struct socket *, struct socket *, int, bool);
852 .accept = unix_accept,
901 .accept = unix_accept,
1701 static int unix_accept(struct socket *sock, struct socket *newsock, int flags, in unix_accept() function