Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c86 __u8 sample_cnt; /* number of samples to decide curr_rtt */
91 __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()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_cubic.c97 u8 sample_cnt; /* number of samples to decide curr_rtt */
102 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()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c86 __u8 sample_cnt; /* number of samples to decide curr_rtt */
91 __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()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_cubic.c99 u8 sample_cnt; /* number of samples to decide curr_rtt */
104 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()

Completed in 4 milliseconds