Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtcp.h254 u32 snd_cwnd_stamp; member
/linux-4.4.14/Documentation/networking/
Dtcp.txt22 snd_cwnd_stamp Timestamp for when congestion window last validated.
/linux-4.4.14/net/ipv4/
Dtcp_input.c440 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_init_buffer_space()
1891 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_enter_loss()
2252 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_moderate_cwnd()
2372 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_undo_cwnd_reduction()
2509 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_end_cwnd_reduction()
2581 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_mtup_probe_success()
3000 tcp_sk(sk)->snd_cwnd_stamp = tcp_time_stamp; in tcp_cong_avoid()
4925 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()
1461 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_cwnd_application_limited()
1481 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_cwnd_validate()
1488 (s32)(tcp_time_stamp - tp->snd_cwnd_stamp) >= inet_csk(sk)->icsk_rto) in tcp_cwnd_validate()
Dtcp_metrics.c576 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_init_metrics()