Home
last modified time | relevance | path

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

/linux-3.4.99/net/core/
Dstream.c42 sock_wake_async(sock, SOCK_WAKE_SPACE, POLL_OUT); in sk_stream_write_space()
/linux-3.4.99/include/linux/
Dnet.h241 extern int sock_wake_async(struct socket *sk, int how, int band);
/linux-3.4.99/net/
Dsocket.c1167 int sock_wake_async(struct socket *sock, int how, int band) in sock_wake_async() function
1198 EXPORT_SYMBOL(sock_wake_async);
/linux-3.4.99/include/net/
Dsock.h1952 sock_wake_async(sk->sk_socket, how, band); in sk_wake_async()
/linux-3.4.99/net/sctp/
Dsocket.c6366 sock_wake_async(sock, in __sctp_write_space()