Searched refs:lsndtime (Results 1 – 5 of 5) sorted by relevance
111 if ((s32)(tcp_time_stamp - tp->lsndtime) > 2*TCP_RTO_MAX || !do_reset) in tcp_out_of_resources()126 if ((s32)(tcp_time_stamp - tp->lsndtime) <= TCP_TIMEWAIT_LEN || in tcp_out_of_resources()
104 s32 delta = tcp_time_stamp - tp->lsndtime; in tcp_cwnd_restart()125 if (!tp->packets_out && (s32)(now - tp->lsndtime) > tp->rto) in tcp_event_data_sent()128 tp->lsndtime = now; in tcp_event_data_sent()
179 info->tcpi_last_data_sent = ((now - tp->lsndtime)*1000)/HZ; in tcpdiag_fill()
2504 info.tcpi_last_data_sent = ((now - tp->lsndtime)*1000)/HZ; in tcp_getsockopt()
286 __u32 lsndtime; /* timestamp of last sent data packet (for restart window) */ member