Searched refs:rto_time_stamp (Results 1 – 2 of 2) sorted by relevance
2150 u32 timeout, tlp_time_stamp, rto_time_stamp; in tcp_schedule_loss_probe() local2193 rto_time_stamp = (u32)inet_csk(sk)->icsk_timeout; in tcp_schedule_loss_probe()2194 if ((s32)(tlp_time_stamp - rto_time_stamp) > 0) { in tcp_schedule_loss_probe()2195 s32 delta = rto_time_stamp - tcp_time_stamp; in tcp_schedule_loss_probe()
3025 const u32 rto_time_stamp = in tcp_rearm_rto() local3027 s32 delta = (s32)(rto_time_stamp - tcp_time_stamp); in tcp_rearm_rto()