Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_timer.c262 if (tcp_under_memory_pressure(sk)) in tcp_delack_timer_handler()
Dtcp_input.c366 !tcp_under_memory_pressure(sk)) { in tcp_grow_window()
453 !tcp_under_memory_pressure(sk) && in tcp_clamp_window()
4855 else if (tcp_under_memory_pressure(sk)) in tcp_prune_queue()
4899 if (tcp_under_memory_pressure(sk)) in tcp_should_expand_sndbuf()
Dtcp_output.c2389 if (tcp_under_memory_pressure(sk)) in __tcp_select_window()
2840 if (tskb && (tcp_send_head(sk) || tcp_under_memory_pressure(sk))) { in tcp_send_fin()
Dtcp.c824 if (unlikely(tcp_under_memory_pressure(sk))) in sk_stream_alloc_skb()
/linux-4.4.14/include/net/
Dtcp.h293 static inline bool tcp_under_memory_pressure(const struct sock *sk) in tcp_under_memory_pressure() function