Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Dstream.c42 sock_wake_async(sock, SOCK_WAKE_SPACE, POLL_OUT); in sk_stream_write_space()
/linux-4.1.27/include/linux/
Dnet.h205 int sock_wake_async(struct socket *sk, int how, int band);
/linux-4.1.27/net/
Dsocket.c1064 int sock_wake_async(struct socket *sock, int how, int band) in sock_wake_async() function
1095 EXPORT_SYMBOL(sock_wake_async);
/linux-4.1.27/include/net/
Dsock.h2017 sock_wake_async(sk->sk_socket, how, band); in sk_wake_async()
/linux-4.1.27/net/sctp/
Dsocket.c6839 sock_wake_async(sock, in __sctp_write_space()