Home
last modified time | relevance | path

Searched refs:tcp_under_memory_pressure (Results 1 – 3 of 3) sorted by relevance

/linux/net/ipv4/
H A Dtcp_input.c712 if (!tcp_under_memory_pressure(sk)) { in tcp_grow_window()
790 !tcp_under_memory_pressure(sk) && in tcp_clamp_window()
5933 !tcp_under_memory_pressure(sk)) in tcp_prune_ofo_queue()
5972 else if (tcp_under_memory_pressure(sk)) in tcp_prune_queue()
6018 if (tcp_under_memory_pressure(sk)) { in tcp_should_expand_sndbuf()
/linux/include/net/
H A Dtcp.h301 static inline bool tcp_under_memory_pressure(const struct sock *sk) in tcp_under_memory_pressure() function
1804 if (tcp_under_memory_pressure(sk)) in tcp_rmem_pressure()
/linux/net/mptcp/
H A Dprotocol.h874 tcp_under_memory_pressure(sk); in mptcp_epollin_ready()