Home
last modified time | relevance | path

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

/linux/Documentation/networking/net_cachelines/
H A Dnetns_ipv4_sysctl.rst86 … read_mostly tcp_notsent_lowat/tcp_stream_memory_free
/linux/include/net/
H A Dsock.h1411 INDIRECT_CALLABLE_DECLARE(bool tcp_stream_memory_free(const struct sock *sk, int wake));
1420 tcp_stream_memory_free, sk, wake) : true; in __sk_stream_memory_free()
H A Dtcp.h2464 bool tcp_stream_memory_free(const struct sock *sk, int wake);
/linux/net/ipv4/
H A Dtcp.c509 bool tcp_stream_memory_free(const struct sock *sk, int wake) in tcp_stream_memory_free() function
516 EXPORT_SYMBOL(tcp_stream_memory_free);
H A Dtcp_ipv4.c3378 .stream_memory_free = tcp_stream_memory_free,
/linux/net/ipv6/
H A Dtcp_ipv6.c2307 .stream_memory_free = tcp_stream_memory_free,