taglinefilesource code
fasync_list85include/linux/net.hstruct fasync_struct  *fasync_list;  /* Asynchronous wake up list  */
fasync_list260net/socket.csock->fasync_list = NULL;
fasync_list445net/socket.cprev=&(sock->fasync_list);
fasync_list464net/socket.cfna->fa_next=sock->fasync_list;
fasync_list465net/socket.csock->fasync_list=fna;
fasync_list481net/socket.cif (!sock || !sock->fasync_list)
fasync_list486net/socket.ckill_fasync(sock->fasync_list, SIGIO);
fasync_list490net/socket.ckill_fasync(sock->fasync_list, SIGIO);
fasync_list495net/socket.ckill_fasync(sock->fasync_list, SIGIO);