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)
accept96include/linux/net.hint  (*accept)  (struct socket *sock, struct socket *newsock,
accept966net/inet/af_inet.cif (sk1->prot->accept == NULL) 
accept977net/inet/af_inet.csk2 = sk1->prot->accept(sk1,flags);
accept210net/inet/sock.hstruct sock *    (*accept) (struct sock *sk, int flags);
accept855net/socket.ci = newsock->ops->accept(sock, newsock, file->f_flags);