Home
last modified time | relevance | path

Searched refs:fasync_list (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/core/
Dstream.c41 if (wq && wq->fasync_list && !(sk->sk_shutdown & SEND_SHUTDOWN)) in sk_stream_write_space()
/linux-4.1.27/include/linux/
Dnet.h91 struct fasync_struct *fasync_list; member
/linux-4.1.27/net/
Dsocket.c259 wq->fasync_list = NULL; in sock_alloc_inode()
576 if (rcu_dereference_protected(sock->wq, 1)->fasync_list) in sock_release()
1051 fasync_helper(fd, filp, on, &wq->fasync_list); in sock_fasync()
1053 if (!wq->fasync_list) in sock_fasync()
1072 if (!wq || !wq->fasync_list) { in sock_wake_async()
1087 kill_fasync(&wq->fasync_list, SIGIO, band); in sock_wake_async()
1090 kill_fasync(&wq->fasync_list, SIGURG, band); in sock_wake_async()