Lines Matching refs:tcp_time_stamp
144 s32 delta = tcp_time_stamp - tp->lsndtime; in tcp_cwnd_restart()
156 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_cwnd_restart()
165 const u32 now = tcp_time_stamp; in tcp_event_data_sent()
1371 icsk->icsk_mtup.probe_timestamp = tcp_time_stamp; in tcp_mtup_init()
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()
1786 if ((s32)(tcp_time_stamp - tp->lsndtime) > 0) in tcp_tso_should_defer()
1855 delta = tcp_time_stamp - icsk->icsk_mtup.probe_timestamp; in tcp_mtu_check_reprobe()
1867 icsk->icsk_mtup.probe_timestamp = tcp_time_stamp; in tcp_mtu_check_reprobe()
2203 tlp_time_stamp = tcp_time_stamp + timeout; in tcp_schedule_loss_probe()
2206 s32 delta = rto_time_stamp - tcp_time_stamp; in tcp_schedule_loss_probe()
3112 tp->rcv_tstamp = tcp_time_stamp; in tcp_connect_init()
3251 tp->retrans_stamp = tcp_time_stamp; in tcp_connect()