Searched refs:sock_wake_async (Results 1 – 5 of 5) sorted by relevance
/linux/net/core/ |
H A D | stream.c | 48 sock_wake_async(wq, SOCK_WAKE_SPACE, POLL_OUT); in sk_stream_write_space()
|
/linux/include/linux/ |
H A D | net.h | 249 int sock_wake_async(struct socket_wq *sk_wq, int how, int band);
|
/linux/net/smc/ |
H A D | smc_tx.c | 59 sock_wake_async(wq, SOCK_WAKE_SPACE, POLL_OUT); in smc_tx_write_space()
|
/linux/include/net/ |
H A D | sock.h | 2519 sock_wake_async(rcu_dereference(sk->sk_wq), how, band); in sk_wake_async() 2527 sock_wake_async(rcu_dereference(sk->sk_wq), how, band); in sk_wake_async_rcu()
|
/linux/net/sctp/ |
H A D | socket.c | 9111 sock_wake_async(wq, SOCK_WAKE_SPACE, POLL_OUT); in __sctp_write_space()
|