Home
last modified time | relevance | path

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

/linux/net/core/
H A Dstream.c48 sock_wake_async(wq, SOCK_WAKE_SPACE, POLL_OUT); in sk_stream_write_space()
/linux/include/net/
H A Dsock.h2585 sock_wake_async(rcu_dereference(sk->sk_wq), how, band); in sk_wake_async()
2593 sock_wake_async(rcu_dereference(sk->sk_wq), how, band); in sk_wake_async_rcu()
/linux/net/
H A Dsocket.c1552 int sock_wake_async(struct socket_wq *wq, int how, int band) in sock_wake_async() function
1576 EXPORT_SYMBOL(sock_wake_async);
/linux/net/sctp/
H A Dsocket.c9138 sock_wake_async(wq, SOCK_WAKE_SPACE, POLL_OUT); in __sctp_write_space()