taglinefilesource code
accept50net/kern_sock.hint (*accept)(struct socket *sock, struct socket *newsock);
accept625net/socket.cnewsock->ops->accept(sock, newsock);