Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c93 __u32 curr_rtt; /* the minimum rtt of current round */ member
170 ca->curr_rtt = ~0U; in bictcp_hystart_reset()
490 if (ca->curr_rtt > delay) in hystart_update()
491 ca->curr_rtt = delay; in hystart_update()
495 if (ca->curr_rtt > ca->delay_min + in hystart_update()