Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dtcp_vegas.c277 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_vegas_cong_avoid()
A Dtcp_input.c2147 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_loss()
2709 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()
2715 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_mtup_probe_success()
2771 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_simple_retransmit()
2797 tp->prior_ssthresh = tcp_current_ssthresh(sk); in tcp_enter_recovery()
A Dtcp_output.c149 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_cwnd_restart()
1864 tp->snd_ssthresh = tcp_current_ssthresh(sk); in tcp_cwnd_application_limited()
/linux/include/trace/events/
A Dtcp.h285 __entry->ssthresh = tcp_current_ssthresh(sk);
/linux/include/net/
A Dtcp.h1230 static inline __u32 tcp_current_ssthresh(const struct sock *sk) in tcp_current_ssthresh() function

Completed in 27 milliseconds