Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c99 __u32 curr_rtt; /* the minimum rtt of current round */ member
176 ca->curr_rtt = ~0U; in bictcp_hystart_reset()
486 if (ca->curr_rtt > delay) in hystart_update()
487 ca->curr_rtt = delay; in hystart_update()
491 if (ca->curr_rtt > ca->delay_min + in hystart_update()
/linux/net/ipv4/
H A Dtcp_cubic.c104 u32 curr_rtt; /* the minimum rtt of current round */ member
125 ca->curr_rtt = ~0U; in bictcp_hystart_reset()
429 if (ca->curr_rtt > delay) in hystart_update()
430 ca->curr_rtt = delay; in hystart_update()
434 if (ca->curr_rtt > ca->delay_min + in hystart_update()