taglinefilesource code
fasync_list82include/linux/net.hstruct fasync_struct  *fasync_list;  /* Asynchronous wake up list  */
fasync_list271net/socket.csock->fasync_list = NULL;
fasync_list457net/socket.cprev=&(sock->fasync_list);
fasync_list476net/socket.cfna->fa_next=sock->fasync_list;
fasync_list477net/socket.csock->fasync_list=fna;
fasync_list493net/socket.cif (!sock || !sock->fasync_list)
fasync_list498net/socket.ckill_fasync(sock->fasync_list, SIGIO);
fasync_list502net/socket.ckill_fasync(sock->fasync_list, SIGIO);
fasync_list507net/socket.ckill_fasync(sock->fasync_list, SIGIO);