taglinefilesource code
fasync_list85include/linux/net.hstruct fasync_struct  *fasync_list;  /* Asynchronous wake up list  */
fasync_list267net/socket.csock->fasync_list = NULL;
fasync_list453net/socket.cprev=&(sock->fasync_list);
fasync_list472net/socket.cfna->fa_next=sock->fasync_list;
fasync_list473net/socket.csock->fasync_list=fna;
fasync_list489net/socket.cif (!sock || !sock->fasync_list)
fasync_list494net/socket.ckill_fasync(sock->fasync_list, SIGIO);
fasync_list498net/socket.ckill_fasync(sock->fasync_list, SIGIO);
fasync_list503net/socket.ckill_fasync(sock->fasync_list, SIGIO);