Home
last modified time | relevance | path

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

/linux/include/net/
H A Dtcp.h300 static inline bool tcp_under_memory_pressure(const struct sock *sk) in tcp_under_memory_pressure() function
1683 if (tcp_under_memory_pressure(sk)) in tcp_rmem_pressure()
/linux/net/ipv4/
H A Dtcp_input.c694 if (!tcp_under_memory_pressure(sk)) { in tcp_grow_window()
772 !tcp_under_memory_pressure(sk) && in tcp_clamp_window()
5735 !tcp_under_memory_pressure(sk)) in tcp_prune_ofo_queue()
5774 else if (tcp_under_memory_pressure(sk)) in tcp_prune_queue()
5820 if (tcp_under_memory_pressure(sk)) { in tcp_should_expand_sndbuf()
H A Dtcp_output.c3289 if (tcp_under_memory_pressure(sk)) in __tcp_select_window()
3348 if (tcp_under_memory_pressure(sk)) in __tcp_select_window()
3768 if (!tskb && tcp_under_memory_pressure(sk)) in tcp_send_fin()
/linux/net/mptcp/
H A Dprotocol.h791 tcp_under_memory_pressure(sk); in mptcp_epollin_ready()