Lines Matching refs:tcp_time_stamp

334 	tp->snd_cwnd_stamp = tcp_time_stamp;  in tcp_init_buffer_space()
437 tp->rcv_rtt_est.time = tcp_time_stamp; in tcp_rcv_rtt_measure()
445 tcp_rcv_rtt_update(tp, tcp_time_stamp - tp->rcv_tsecr, 0); in tcp_rcv_rtt_measure_ts()
461 time = tcp_time_stamp - tp->rcvq_space.time; in tcp_rcv_space_adjust()
502 tp->rcvq_space.time = tcp_time_stamp; in tcp_rcv_space_adjust()
525 now = tcp_time_stamp; in tcp_event_data_recv()
877 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_init_metrics()
1236 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_enter_frto_loss()
1283 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_enter_loss()
1344 return (tcp_time_stamp - TCP_SKB_CB(skb)->when > tp->rto); in tcp_skb_timedout()
1583 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_moderate_cwnd()
1612 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_cwnd_down()
1656 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_undo_cwr()
1757 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_complete_cwr()
1970 seq_rtt = tcp_time_stamp - tp->rcv_tsecr; in tcp_ack_saw_tstamp()
2027 (s32)(tcp_time_stamp - tp->bictcp.last_stamp) <= (HZ>>5)) in bictcp_cwnd()
2031 tp->bictcp.last_stamp = tcp_time_stamp; in bictcp_cwnd()
2090 tp->snd_cwnd_stamp = tcp_time_stamp; in reno_cong_avoid()
2312 tp->snd_cwnd_stamp = tcp_time_stamp; in vegas_cong_avoid()
2341 __u32 now = tcp_time_stamp; in tcp_clean_rtx_queue()
2623 if ((left_bound + rtt) < tcp_time_stamp) in westwood_new_window()
2645 tp->westwood.rtt_win_sx = tcp_time_stamp; in __westwood_update_window()
2666 westwood_update_window(sk, tcp_time_stamp); in __tcp_westwood_fast_bw()
2757 westwood_update_window(sk, tcp_time_stamp); in __tcp_westwood_slow_bw()
2818 tp->rcv_tstamp = tcp_time_stamp; in tcp_ack()
3821 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_cwnd_application_limited()
3844 tp->snd_cwnd_stamp = tcp_time_stamp; in tcp_new_space()
4354 !between(tp->rcv_tsecr, tp->retrans_stamp, tcp_time_stamp)) { in tcp_rcv_synsent_state_process()
4458 tp->ack.lrcvtime = tcp_time_stamp; in tcp_rcv_synsent_state_process()