Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_vegas.c276 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_vegas_cong_avoid()
Dtcp_input.c1991 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_loss()
2570 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()
2576 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()
2623 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_simple_retransmit()
2649 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_recovery()
Dtcp_output.c133 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_cwnd_restart()
1605 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_cwnd_application_limited()
/Linux-v4.19/include/trace/events/
Dtcp.h271 __entry->ssthresh = tcp_current_ssthresh(sk);
/Linux-v4.19/include/net/
Dtcp.h1170 static inline __u32 tcp_current_ssthresh(const struct sock *sk) in tcp_current_ssthresh() function