Searched refs:sock_wake_async (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/core/ |
D | stream.c | 42 sock_wake_async(wq, SOCK_WAKE_SPACE, POLL_OUT); in sk_stream_write_space()
|
/linux-4.4.14/include/linux/ |
D | net.h | 210 int sock_wake_async(struct socket_wq *sk_wq, int how, int band);
|
/linux-4.4.14/net/ |
D | socket.c | 1062 int sock_wake_async(struct socket_wq *wq, int how, int band) in sock_wake_async() function 1086 EXPORT_SYMBOL(sock_wake_async);
|
/linux-4.4.14/include/net/ |
D | sock.h | 2030 sock_wake_async(rcu_dereference(sk->sk_wq), how, band); in sk_wake_async()
|
/linux-4.4.14/net/sctp/ |
D | socket.c | 6830 sock_wake_async(wq, SOCK_WAKE_SPACE, POLL_OUT); in __sctp_write_space()
|