taglinefilesource code
fasync_list83include/linux/net.hstruct fasync_struct  *fasync_list;  /* Asynchronous wake up list  */
fasync_list255net/socket.csock->fasync_list = NULL;
fasync_list421net/socket.cprev=&(sock->fasync_list);
fasync_list440net/socket.cfna->fa_next=sock->fasync_list;
fasync_list441net/socket.csock->fasync_list=fna;
fasync_list457net/socket.cif (!sock || !sock->fasync_list)
fasync_list462net/socket.ckill_fasync(sock->fasync_list, SIGIO);
fasync_list466net/socket.ckill_fasync(sock->fasync_list, SIGIO);
fasync_list471net/socket.ckill_fasync(sock->fasync_list, SIGIO);