Home
last modified time | relevance | path

Searched refs:tcp_under_memory_pressure (Results 1 – 4 of 4) 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()
5966 !tcp_under_memory_pressure(sk)) in tcp_prune_ofo_queue()
6005 else if (tcp_under_memory_pressure(sk)) in tcp_prune_queue()
6051 if (tcp_under_memory_pressure(sk)) { in tcp_should_expand_sndbuf()
H A Dtcp_output.c3352 if (tcp_under_memory_pressure(sk)) in __tcp_select_window()
3411 if (tcp_under_memory_pressure(sk)) in __tcp_select_window()
3812 if (!tskb && tcp_under_memory_pressure(sk)) in tcp_send_fin()
/linux/net/mptcp/
H A Dprotocol.h882 tcp_under_memory_pressure(sk); in mptcp_epollin_ready()
/linux/include/net/
H A Dtcp.h299 static inline bool tcp_under_memory_pressure(const struct sock *sk) in tcp_under_memory_pressure() function
1818 if (tcp_under_memory_pressure(sk)) in tcp_rmem_pressure()