Home
last modified time | relevance | path

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

/Linux-v5.15/net/ipv4/
Dtcp_timer.c322 if (tcp_under_memory_pressure(sk)) in tcp_delack_timer_handler()
Dtcp_input.c504 if (room > 0 && !tcp_under_memory_pressure(sk)) { in tcp_grow_window()
574 !tcp_under_memory_pressure(sk) && in tcp_clamp_window()
5315 !tcp_under_memory_pressure(sk)) in tcp_prune_ofo_queue()
5348 else if (tcp_under_memory_pressure(sk)) in tcp_prune_queue()
5395 if (tcp_under_memory_pressure(sk)) in tcp_should_expand_sndbuf()
Dtcp_output.c2971 if (tcp_under_memory_pressure(sk)) in __tcp_select_window()
3394 if (!tskb && tcp_under_memory_pressure(sk)) in tcp_send_fin()
Dtcp.c881 if (unlikely(tcp_under_memory_pressure(sk))) in sk_stream_alloc_skb()
/Linux-v5.15/include/net/
Dtcp.h258 static inline bool tcp_under_memory_pressure(const struct sock *sk) in tcp_under_memory_pressure() function
1432 if (tcp_under_memory_pressure(sk)) in tcp_rmem_pressure()
/Linux-v5.15/net/mptcp/
Dprotocol.c932 if ((tcp_under_memory_pressure(sk) && amount > PAGE_SIZE) || in __mptcp_wmem_reserve()
1104 if (cleaned && tcp_under_memory_pressure(sk)) in __mptcp_clean_una()
1261 if (unlikely(tcp_under_memory_pressure(sk))) { in mptcp_alloc_tx_skb()