Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dtcp_timer.c322 if (tcp_under_memory_pressure(sk)) in tcp_delack_timer_handler()
A Dtcp_input.c507 if (!tcp_under_memory_pressure(sk)) { in tcp_grow_window()
582 !tcp_under_memory_pressure(sk) && in tcp_clamp_window()
5322 !tcp_under_memory_pressure(sk)) in tcp_prune_ofo_queue()
5355 else if (tcp_under_memory_pressure(sk)) in tcp_prune_queue()
5402 if (tcp_under_memory_pressure(sk)) { in tcp_should_expand_sndbuf()
A Dtcp_output.c2961 if (tcp_under_memory_pressure(sk)) in __tcp_select_window()
3379 if (!tskb && tcp_under_memory_pressure(sk)) in tcp_send_fin()
A Dtcp.c858 if (unlikely(tcp_under_memory_pressure(sk))) in tcp_stream_alloc_skb()
/linux/include/net/
A Dtcp.h260 static inline bool tcp_under_memory_pressure(const struct sock *sk) in tcp_under_memory_pressure() function
1448 if (tcp_under_memory_pressure(sk)) in tcp_rmem_pressure()
/linux/net/mptcp/
A Dprotocol.c1058 if (cleaned && tcp_under_memory_pressure(sk)) in __mptcp_clean_una()
1208 if (unlikely(tcp_under_memory_pressure(sk))) { in mptcp_alloc_tx_skb()

Completed in 40 milliseconds