Home
last modified time | relevance | path

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

/linux-6.8/net/ipv4/
Dtcp_input.c522 if (!tcp_under_memory_pressure(sk)) { in tcp_grow_window()
599 !tcp_under_memory_pressure(sk) && in tcp_clamp_window()
5512 !tcp_under_memory_pressure(sk)) in tcp_prune_ofo_queue()
5547 else if (tcp_under_memory_pressure(sk)) in tcp_prune_queue()
5593 if (tcp_under_memory_pressure(sk)) { in tcp_should_expand_sndbuf()
Dtcp_output.c3084 if (tcp_under_memory_pressure(sk)) in __tcp_select_window()
3143 if (tcp_under_memory_pressure(sk)) in __tcp_select_window()
3548 if (!tskb && tcp_under_memory_pressure(sk)) in tcp_send_fin()
/linux-6.8/include/net/
Dtcp.h272 static inline bool tcp_under_memory_pressure(const struct sock *sk) in tcp_under_memory_pressure() function
1550 if (tcp_under_memory_pressure(sk)) in tcp_rmem_pressure()