Home
last modified time | relevance | path

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

/linux-6.6.21/net/ipv4/
Dtcp_vegas.c278 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_vegas_cong_avoid()
Dtcp_input.c2168 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_loss()
2745 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()
2754 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()
2810 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_simple_retransmit()
2836 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_recovery()
Dtcp_output.c150 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_cwnd_restart()
1868 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_cwnd_application_limited()
/linux-6.6.21/include/trace/events/
Dtcp.h285 __entry->ssthresh = tcp_current_ssthresh(sk);
/linux-6.6.21/include/net/
Dtcp.h1257 static inline __u32 tcp_current_ssthresh(const struct sock *sk) in tcp_current_ssthresh() function