Home
last modified time | relevance | path

Searched refs:sock_wake_async (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/net/core/
Dstream.c42 sock_wake_async(wq, SOCK_WAKE_SPACE, POLL_OUT); in sk_stream_write_space()
/linux-4.4.14/include/linux/
Dnet.h210 int sock_wake_async(struct socket_wq *sk_wq, int how, int band);
/linux-4.4.14/net/
Dsocket.c1062 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/
Dsock.h2030 sock_wake_async(rcu_dereference(sk->sk_wq), how, band); in sk_wake_async()
/linux-4.4.14/net/sctp/
Dsocket.c6830 sock_wake_async(wq, SOCK_WAKE_SPACE, POLL_OUT); in __sctp_write_space()