Home
last modified time | relevance | path

Searched refs:now_us (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/net/ipv4/
Dtcp_cdg.c149 u32 now_us = div_u64(local_clock(), NSEC_PER_USEC); in tcp_cdg_hystart_update() local
152 ca->last_ack = now_us; in tcp_cdg_hystart_update()
153 ca->round_start = now_us; in tcp_cdg_hystart_update()
154 } else if (before(now_us, ca->last_ack + 3000)) { in tcp_cdg_hystart_update()
157 ca->last_ack = now_us; in tcp_cdg_hystart_update()
158 if (after(now_us, ca->round_start + base_owd)) { in tcp_cdg_hystart_update()