taglinefilesource code
accept95include/linux/net.hint  (*accept)  (struct socket *sock, struct socket *newsock,
accept1195net/inet/sock.cif (sk1->prot->accept == NULL) return(-EOPNOTSUPP);
accept1202net/inet/sock.csk2 = sk1->prot->accept(sk1,flags);
accept201net/inet/sock.hstruct sock *    (*accept) (struct sock *sk, int flags);
accept616net/socket.ci = newsock->ops->accept(sock, newsock, file->f_flags);