Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_cubic.c102 u32 curr_rtt; /* the minimum rtt of current round */ member
132 ca->curr_rtt = ~0U; in bictcp_hystart_reset()
436 if (ca->curr_rtt > delay) in hystart_update()
437 ca->curr_rtt = delay; in hystart_update()
441 if (ca->curr_rtt > ca->delay_min + in hystart_update()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c91 __u32 curr_rtt; /* the minimum rtt of current round */ member
168 ca->curr_rtt = ~0U; in bictcp_hystart_reset()
485 if (ca->curr_rtt > delay) in hystart_update()
486 ca->curr_rtt = delay; in hystart_update()
490 if (ca->curr_rtt > ca->delay_min + in hystart_update()