taglinefilesource code
accept54net/kern_sock.hint (*accept)(struct socket *sock, struct socket *newsock, int flags);
accept595net/socket.ci = newsock->ops->accept(sock, newsock, file->f_flags);
accept1330net/tcp/sock.cif (sk1->prot->accept == NULL) return (-EOPNOTSUPP);
accept1341net/tcp/sock.csk2 = sk1->prot->accept (sk1,flags);
accept134net/tcp/sock.hvolatile struct sock *(*accept) (volatile struct sock *sk, int flags);