Lines Matching defs:delta_us
664 u32 delta_us;
670 delta_us = tcp_stamp_us_delta(tp->tcp_mstamp, tp->rcv_rtt_est.time);
671 if (!delta_us)
672 delta_us = 1;
673 tcp_rcv_rtt_update(tp, delta_us, 1);
692 u32 delta_us;
697 delta_us = delta * (USEC_PER_SEC / TCP_TS_HZ);
698 tcp_rcv_rtt_update(tp, delta_us, 0);
3162 s64 delta_us = tcp_rto_delta_us(sk);
3163 /* delta_us may not be positive if the socket is locked
3166 rto = usecs_to_jiffies(max_t(int, delta_us, 1));