Home
last modified time | relevance | path

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

/linux-6.6.21/net/ipv4/
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()
/linux-6.6.21/tools/testing/selftests/bpf/progs/
Dbpf_cubic.c91 __u32 curr_rtt; /* the minimum rtt of current round */ member
168 ca->curr_rtt = ~0U; in bictcp_hystart_reset()
479 if (ca->curr_rtt > delay) in hystart_update()
480 ca->curr_rtt = delay; in hystart_update()
484 if (ca->curr_rtt > ca->delay_min + in hystart_update()