Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_ipv4.c3111 bool tcp_stream_memory_free(const struct sock *sk, int wake) in tcp_stream_memory_free() function
3119 EXPORT_SYMBOL(tcp_stream_memory_free);
3151 .stream_memory_free = tcp_stream_memory_free,
/openbmc/linux/include/net/
H A Dsock.h1378 INDIRECT_CALLABLE_DECLARE(bool tcp_stream_memory_free(const struct sock *sk, int wake));
1396 tcp_stream_memory_free, sk, wake) : true; in __sk_stream_memory_free()
H A Dtcp.h2106 bool tcp_stream_memory_free(const struct sock *sk, int wake);
/openbmc/linux/net/ipv6/
H A Dtcp_ipv6.c2167 .stream_memory_free = tcp_stream_memory_free,