Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dtcp.h238 u32 snd_cwnd_stamp; member
/linux-4.1.27/Documentation/networking/
Dtcp.txt22 snd_cwnd_stamp Timestamp for when congestion window last validated.
/linux-4.1.27/net/ipv4/
Dtcp_input.c436 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_init_buffer_space()
1942 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_enter_loss()
2303 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_moderate_cwnd()
2408 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_undo_cwnd_reduction()
2541 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_end_cwnd_reduction()
2611 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_mtup_probe_success()
2960 tcp_sk(sk)->snd_cwnd_stamp = tcp_time_stamp; in tcp_cong_avoid()
4877 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_new_space()
Dtcp_output.c156 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_cwnd_restart()
1472 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_cwnd_application_limited()
1492 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_cwnd_validate()
1499 (s32)(tcp_time_stamp - tp->snd_cwnd_stamp) >= inet_csk(sk)->icsk_rto) in tcp_cwnd_validate()
Dtcp_metrics.c592 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_init_metrics()