Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_cubic.c99 u32 round_start; /* beginning of each round */ member
134 ca->round_start = ca->last_ack = bictcp_clock(); in bictcp_hystart_reset()
403 if ((s32)(now - ca->round_start) > ca->delay_min >> 4) { in hystart_update()