taglinefilesource code
accept50net/kern_sock.hint (*accept)(struct socket *sock, struct socket *newsock, int flags);
accept584net/socket.ci = newsock->ops->accept(sock, newsock, file->f_flags);
accept1307net/tcp/sock.cif (sk1->prot->accept == NULL) return (-EOPNOTSUPP);
accept1318net/tcp/sock.csk2 = sk1->prot->accept (sk1,flags);
accept126net/tcp/sock.hvolatile struct sock *(*accept) (volatile struct sock *sk, int flags);