Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_timer.c322 if (tcp_under_memory_pressure(sk)) in tcp_delack_timer_handler()
H A Dtcp_input.c504 if (room > 0 && !tcp_under_memory_pressure(sk)) { in tcp_grow_window()
576 !tcp_under_memory_pressure(sk) && in tcp_clamp_window()
5314 !tcp_under_memory_pressure(sk)) in tcp_prune_ofo_queue()
5347 else if (tcp_under_memory_pressure(sk)) in tcp_prune_queue()
5394 if (tcp_under_memory_pressure(sk)) in tcp_should_expand_sndbuf()
H A Dtcp_output.c2967 if (tcp_under_memory_pressure(sk)) in __tcp_select_window()
3407 if (!tskb && tcp_under_memory_pressure(sk)) in tcp_send_fin()
H A Dtcp.c887 if (unlikely(tcp_under_memory_pressure(sk))) in sk_stream_alloc_skb()
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h258 static inline bool tcp_under_memory_pressure(const struct sock *sk) in tcp_under_memory_pressure() function
1438 if (tcp_under_memory_pressure(sk)) in tcp_rmem_pressure()