Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_illinois.c45 u64 sum_rtt; /* sum of rtt's measured within last rtt */ member
64 ca->sum_rtt = 0; in rtt_reset()
110 ca->sum_rtt += rtt_us; in tcp_illinois_acked()
122 u64 t = ca->sum_rtt; in avg_delay()
319 u64 t = ca->sum_rtt; in tcp_illinois_info()
/openbmc/linux/samples/bpf/
H A Dhbm.h35 unsigned long long sum_rtt; member
H A Dhbm_kern.h193 __sync_add_and_fetch(&(qsp->sum_rtt), in hbm_update_stats()
H A Dhbm.c383 (int)(qstats.sum_rtt / (qstats.pkts_total + 1))); in run_bpf_prog()