Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dtcp.h1212 static inline bool tcp_in_cwnd_reduction(const struct sock *sk) in tcp_in_cwnd_reduction() function
1226 if (tcp_in_cwnd_reduction(sk)) in tcp_current_ssthresh()
/kernel/linux/linux-5.10/net/ipv4/
Dtcp_output.c2712 if (tcp_in_cwnd_reduction(sk)) in tcp_write_xmit()
3344 if (tcp_in_cwnd_reduction(sk)) in tcp_xmit_retransmit_queue()
Dtcp_input.c2743 if (!tcp_in_cwnd_reduction(sk)) { in tcp_enter_recovery()
3432 if (tcp_in_cwnd_reduction(sk)) { in tcp_cong_control()