Lines Matching defs:time
567 tp->rcvq_space.time = tp->tcp_mstamp;
682 if (tp->rcv_rtt_est.time == 0)
686 delta_us = tcp_stamp_us_delta(tp->tcp_mstamp, tp->rcv_rtt_est.time);
693 tp->rcv_rtt_est.time = tp->tcp_mstamp;
720 * This function should be called every time data is copied to user space.
727 int time;
732 time = tcp_stamp_us_delta(tp->tcp_mstamp, tp->rcvq_space.time);
733 if (time < (tp->rcv_rtt_est.rtt_us >> 3) || tp->rcv_rtt_est.rtt_us == 0)
778 tp->rcvq_space.time = tp->tcp_mstamp;
787 * he can only send snd_cwnd unacked packets at any given time. For
902 srtt = m << 3; /* take the measured time to be rtt */
1998 /* Clear the head of the cache sack blocks so we can skip it next time */
2206 * little time (max(RTT/2, 10ms)) to send us some more ACKs that will
2425 * reply is prior to the skb transmission time
2449 * second time. ...It could the that such segment has only
2450 * TCPCB_EVER_RETRANS set at the present time. It seems that checking
2455 * time now depends on the validity of the retrans_stamp, in particular,
3153 /* Compute time elapsed between (last) SYNACK and the ACK completing 3WHS. */
3192 /* Offset the time elapsed after installing regular RTO */
3955 * being used to time the probes, and is probably far higher than
4683 * Packets in ofo or receive queues can stay a long time.
5533 * is time to generate EPOLLOUT.
5572 /* Protocol state mandates a one-time immediate ACK */
6163 * the (old) exp opt format then try so next time (try_exp=1).