Lines Matching refs:tcp_time_stamp
156 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_cwnd_restart()
165 const u32 now = tcp_time_stamp; in tcp_event_data_sent()
1360 icsk->icsk_mtup.probe_timestamp = tcp_time_stamp; in tcp_mtup_init()
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()
1774 if ((s32)(tcp_time_stamp - tp->lsndtime) > 0) in tcp_tso_should_defer()
1843 delta = tcp_time_stamp - icsk->icsk_mtup.probe_timestamp; in tcp_mtu_check_reprobe()
1855 icsk->icsk_mtup.probe_timestamp = tcp_time_stamp; in tcp_mtu_check_reprobe()
2192 tlp_time_stamp = tcp_time_stamp + timeout; in tcp_schedule_loss_probe()
2195 s32 delta = rto_time_stamp - tcp_time_stamp; in tcp_schedule_loss_probe()
3121 tp->rcv_tstamp = tcp_time_stamp; in tcp_connect_init()
3260 tp->retrans_stamp = tcp_time_stamp; in tcp_connect()