taglinefilesource code
fasync_list85include/linux/net.hstruct fasync_struct  *fasync_list;  /* Asynchronous wake up list  */
fasync_list259net/socket.csock->fasync_list = NULL;
fasync_list425net/socket.cprev=&(sock->fasync_list);
fasync_list444net/socket.cfna->fa_next=sock->fasync_list;
fasync_list445net/socket.csock->fasync_list=fna;
fasync_list461net/socket.cif (!sock || !sock->fasync_list)
fasync_list466net/socket.ckill_fasync(sock->fasync_list, SIGIO);
fasync_list470net/socket.ckill_fasync(sock->fasync_list, SIGIO);
fasync_list475net/socket.ckill_fasync(sock->fasync_list, SIGIO);