Home
last modified time | relevance | path

Searched refs:tcp_stream_memory_free (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/networking/net_cachelines/
H A Dnetns_ipv4_sysctl.rst84 … read_mostly tcp_notsent_lowat/tcp_stream_memory_free
H A Dtcp_sock.rst125 … notsent_lowat read_mostly tcp_stream_memory_free
/linux/include/net/
H A Dsock.h1407 INDIRECT_CALLABLE_DECLARE(bool tcp_stream_memory_free(const struct sock *sk, int wake));
1416 tcp_stream_memory_free, sk, wake) : true; in __sk_stream_memory_free()
H A Dtcp.h2400 bool tcp_stream_memory_free(const struct sock *sk, int wake);
/linux/net/ipv4/
H A Dtcp.c519 bool tcp_stream_memory_free(const struct sock *sk, int wake) in tcp_stream_memory_free() function
526 EXPORT_SYMBOL(tcp_stream_memory_free);
H A Dtcp_ipv4.c3446 .stream_memory_free = tcp_stream_memory_free,
/linux/net/ipv6/
H A Dtcp_ipv6.c2308 .stream_memory_free = tcp_stream_memory_free,