Home
last modified time | relevance | path

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

/Linux-v5.10/net/core/
Dstream.c30 void sk_stream_write_space(struct sock *sk) in sk_stream_write_space() function
/Linux-v5.10/net/mptcp/
Dsubflow.c1008 sk_stream_write_space(parent); in subflow_write_space()
Dprotocol.c847 sk_stream_write_space(sk); in mptcp_clean_una()
/Linux-v5.10/include/net/
Dsock.h954 void sk_stream_write_space(struct sock *sk);
/Linux-v5.10/net/ipv4/
Dtcp.c449 sk->sk_write_space = sk_stream_write_space; in tcp_init_sock()