Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dtcp.h264 static inline bool tcp_under_memory_pressure(const struct sock *sk) in tcp_under_memory_pressure() function
1533 if (tcp_under_memory_pressure(sk)) in tcp_rmem_pressure()
/openbmc/linux/net/ipv4/
H A Dtcp_input.c540 if (!tcp_under_memory_pressure(sk)) { in tcp_grow_window()
618 !tcp_under_memory_pressure(sk) && in tcp_clamp_window()
5498 !tcp_under_memory_pressure(sk)) in tcp_prune_ofo_queue()
5533 else if (tcp_under_memory_pressure(sk)) in tcp_prune_queue()
5579 if (tcp_under_memory_pressure(sk)) { in tcp_should_expand_sndbuf()
H A Dtcp_output.c3059 if (tcp_under_memory_pressure(sk)) in __tcp_select_window()
3118 if (tcp_under_memory_pressure(sk)) in __tcp_select_window()
3523 if (!tskb && tcp_under_memory_pressure(sk)) in tcp_send_fin()