Searched refs:lsndtime (Results 1 – 8 of 8) sorted by relevance
62 if ((s32)(tcp_time_stamp - tp->lsndtime) > 2*TCP_RTO_MAX || !do_reset) in tcp_out_of_resources()72 if ((s32)(tcp_time_stamp - tp->lsndtime) <= TCP_TIMEWAIT_LEN || in tcp_out_of_resources()
161 delta = now - tcp_sk(sk)->lsndtime; in bictcp_cwnd_event()
483 newtp->lsndtime = treq->snt_synack.stamp_jiffies; in tcp_create_openreq_child()
170 tp->lsndtime = now; in tcp_event_data_sent()1774 if ((s32)(tcp_time_stamp - tp->lsndtime) > 0) in tcp_tso_should_defer()
2688 info->tcpi_last_data_sent = jiffies_to_msecs(now - tp->lsndtime); in tcp_get_info()
5445 tp->lsndtime = tcp_time_stamp; in tcp_finish_connect()5883 tp->lsndtime = tcp_time_stamp; in tcp_rcv_state_process()
172 u32 lsndtime; /* timestamp of last sent data packet (for restart window) */ member
1189 delta = tcp_time_stamp - tp->lsndtime; in tcp_slow_start_after_idle_check()