Searched refs:tcp_current_ssthresh (Results 1 – 2 of 2) sorted by relevance
2568 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_loss()3089 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()3098 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()3123 WRITE_ONCE(tp->snd_ssthresh, tcp_current_ssthresh(sk)); in tcp_non_congestion_loss_retransmit()3197 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_recovery()
1539 static inline __u32 tcp_current_ssthresh(const struct sock *sk) in tcp_current_ssthresh() function