Searched refs:tcp_current_ssthresh (Results 1 – 5 of 5) sorted by relevance
278 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_vegas_cong_avoid()
2214 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_loss()2817 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()2826 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()2851 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_non_congestion_loss_retransmit()2928 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_recovery()
152 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_cwnd_restart()1917 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_cwnd_application_limited()
319 __entry->ssthresh = tcp_current_ssthresh(sk);
1413 static inline __u32 tcp_current_ssthresh(const struct sock *sk) in tcp_current_ssthresh() function