taglinefilesource code
fasync_list85include/linux/net.hstruct fasync_struct  *fasync_list;  /* Asynchronous wake up list  */
fasync_list256net/socket.csock->fasync_list = NULL;
fasync_list422net/socket.cprev=&(sock->fasync_list);
fasync_list441net/socket.cfna->fa_next=sock->fasync_list;
fasync_list442net/socket.csock->fasync_list=fna;
fasync_list458net/socket.cif (!sock || !sock->fasync_list)
fasync_list463net/socket.ckill_fasync(sock->fasync_list, SIGIO);
fasync_list467net/socket.ckill_fasync(sock->fasync_list, SIGIO);
fasync_list472net/socket.ckill_fasync(sock->fasync_list, SIGIO);