Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c90 __u32 round_start; /* beginning of each round */ member
168 ca->round_start = ca->last_ack = bictcp_clock_us(sk); in bictcp_hystart_reset()
481 if ((__s32)(now - ca->round_start) > threshold) { in hystart_update()