Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c83 __u32 delay_min; /* min delay (usec) */ member
104 ca->delay_min = 0; in bictcp_reset()
330 t += ca->delay_min; in bictcp_update()
471 threshold = ca->delay_min + hystart_ack_delay(sk); in hystart_update()
495 if (ca->curr_rtt > ca->delay_min + in hystart_update()
496 HYSTART_DELAY_THRESH(ca->delay_min >> 3)) { in hystart_update()
527 if (ca->delay_min == 0 || ca->delay_min > delay) in BPF_PROG()
528 ca->delay_min = delay; in BPF_PROG()