Searched refs:tcp_current_ssthresh (Results 1 – 5 of 5) sorted by relevance
276 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_vegas_cong_avoid()
154 p->ssthresh = tcp_current_ssthresh(sk); in jtcp_rcv_established()
1935 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_loss()2606 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()2612 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()2661 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_simple_retransmit()2687 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_recovery()
150 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_cwnd_restart()1467 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_cwnd_application_limited()
979 static inline __u32 tcp_current_ssthresh(const struct sock *sk) in tcp_current_ssthresh() function