Home
last modified time | relevance | path

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

/linux-4.4.14/net/core/
Dstream.c41 if (wq && wq->fasync_list && !(sk->sk_shutdown & SEND_SHUTDOWN)) in sk_stream_write_space()
/linux-4.4.14/include/linux/
Dnet.h95 struct fasync_struct *fasync_list; member
/linux-4.4.14/net/
Dsocket.c259 wq->fasync_list = NULL; in sock_alloc_inode()
577 if (rcu_dereference_protected(sock->wq, 1)->fasync_list) in sock_release()
1049 fasync_helper(fd, filp, on, &wq->fasync_list); in sock_fasync()
1051 if (!wq->fasync_list) in sock_fasync()
1064 if (!wq || !wq->fasync_list) in sock_wake_async()
1078 kill_fasync(&wq->fasync_list, SIGIO, band); in sock_wake_async()
1081 kill_fasync(&wq->fasync_list, SIGURG, band); in sock_wake_async()