Home
last modified time | relevance | path

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

/linux-6.14.4/net/core/
Dstream.c44 sock_wake_async(wq, SOCK_WAKE_SPACE, POLL_OUT); in sk_stream_write_space()
/linux-6.14.4/include/linux/
Dnet.h250 int sock_wake_async(struct socket_wq *sk_wq, int how, int band);
/linux-6.14.4/net/smc/
Dsmc_tx.c59 sock_wake_async(wq, SOCK_WAKE_SPACE, POLL_OUT); in smc_tx_write_space()
/linux-6.14.4/include/net/
Dsock.h2503 sock_wake_async(rcu_dereference(sk->sk_wq), how, band); in sk_wake_async()
2511 sock_wake_async(rcu_dereference(sk->sk_wq), how, band); in sk_wake_async_rcu()
/linux-6.14.4/net/
Dsocket.c1435 int sock_wake_async(struct socket_wq *wq, int how, int band) in sock_wake_async() function
1459 EXPORT_SYMBOL(sock_wake_async);
/linux-6.14.4/net/sctp/
Dsocket.c9110 sock_wake_async(wq, SOCK_WAKE_SPACE, POLL_OUT); in __sctp_write_space()