Searched refs:lsndtime (Results 1 – 5 of 5) sorted by relevance
73 if ((s32)(tcp_time_stamp - tp->lsndtime) > 2*TCP_RTO_MAX || !do_reset) in tcp_out_of_resources()83 if ((s32)(tcp_time_stamp - tp->lsndtime) <= TCP_TIMEWAIT_LEN || in tcp_out_of_resources()
139 s32 delta = tcp_time_stamp - tp->lsndtime; in tcp_cwnd_restart()163 (!tp->packets_out && (s32)(now - tp->lsndtime) > icsk->icsk_rto)) in tcp_event_data_sent()166 tp->lsndtime = now; in tcp_event_data_sent()
5764 tp->lsndtime = tcp_time_stamp; in tcp_rcv_synsent_state_process()6000 tp->lsndtime = tcp_time_stamp; in tcp_rcv_state_process()
2501 info->tcpi_last_data_sent = jiffies_to_msecs(now - tp->lsndtime); in tcp_get_info()
324 u32 lsndtime; /* timestamp of last sent data packet (for restart window) */ member