taglinefilesource code
accept122include/asm-generic/string.hextern inline size_t strspn(const char *s, const char *accept)
accept130include/asm-generic/string.hfor (a = accept; *a != '\0'; ++a)
accept95include/linux/net.hint  (*accept)  (struct socket *sock, struct socket *newsock,
accept946net/inet/af_inet.cif (sk1->prot->accept == NULL) 
accept957net/inet/af_inet.csk2 = sk1->prot->accept(sk1,flags);
accept210net/inet/sock.hstruct sock *    (*accept) (struct sock *sk, int flags);
accept786net/socket.ci = newsock->ops->accept(sock, newsock, file->f_flags);