Home
last modified time | relevance | path

Searched refs:tcp_current_ssthresh (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dtcp_vegas.c278 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_vegas_cong_avoid()
H A Dtcp_input.c2193 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_loss()
2795 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()
2804 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()
2829 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_non_congestion_loss_retransmit()
2906 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_recovery()
H A Dtcp_output.c150 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_cwnd_restart()
1875 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_cwnd_application_limited()
/openbmc/linux/include/trace/events/
H A Dtcp.h285 __entry->ssthresh = tcp_current_ssthresh(sk);
/openbmc/linux/include/net/
H A Dtcp.h1275 static inline __u32 tcp_current_ssthresh(const struct sock *sk) in tcp_current_ssthresh() function