Lines Matching refs:tcp_time_stamp

415 	tp->rcvq_space.time = tcp_time_stamp;  in tcp_init_buffer_space()
436 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_init_buffer_space()
531 tcp_rcv_rtt_update(tp, tcp_time_stamp - tp->rcv_rtt_est.time, 1); in tcp_rcv_rtt_measure()
535 tp->rcv_rtt_est.time = tcp_time_stamp; in tcp_rcv_rtt_measure()
545 tcp_rcv_rtt_update(tp, tcp_time_stamp - tp->rx_opt.rcv_tsecr, 0); in tcp_rcv_rtt_measure_ts()
558 time = tcp_time_stamp - tp->rcvq_space.time; in tcp_rcv_space_adjust()
615 tp->rcvq_space.time = tcp_time_stamp; in tcp_rcv_space_adjust()
640 now = tcp_time_stamp; in tcp_event_data_recv()
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()
2926 seq_rtt_us = jiffies_to_usecs(tcp_time_stamp - tp->rx_opt.rcv_tsecr); in tcp_ack_update_rtt()
2946 seq_rtt_us = jiffies_to_usecs(tcp_time_stamp - synack_stamp); in tcp_synack_rtt_meas()
2960 tcp_sk(sk)->snd_cwnd_stamp = tcp_time_stamp; in tcp_cong_avoid()
2987 s32 delta = (s32)(rto_time_stamp - tcp_time_stamp); in tcp_rearm_rto()
3362 s32 elapsed = (s32)(tcp_time_stamp - *last_oow_ack_time); in tcp_oow_rate_limited()
3370 *last_oow_ack_time = tcp_time_stamp; in tcp_oow_rate_limited()
3559 tp->rcv_tstamp = tcp_time_stamp; in tcp_ack()
4877 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_new_space()
5397 tp->lsndtime = tcp_time_stamp; in tcp_finish_connect()
5496 tcp_time_stamp)) { in tcp_rcv_synsent_state_process()
5593 icsk->icsk_ack.lrcvtime = tcp_time_stamp; in tcp_rcv_synsent_state_process()
5836 tp->lsndtime = tcp_time_stamp; in tcp_rcv_state_process()
6023 tcp_rsk(req)->snt_synack = tcp_time_stamp; in tcp_openreq_init()