Home
last modified time | relevance | path

Searched refs:basertt (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_veno.c31 u32 basertt; /* the min of all Veno rtt measurements seen (in usec) */ member
67 veno->basertt = 0x7fffffff; in tcp_veno_init()
86 if (vrtt < veno->basertt) in tcp_veno_pkts_acked()
87 veno->basertt = vrtt; in tcp_veno_pkts_acked()
149 target_cwnd = (u64)tp->snd_cwnd * veno->basertt; in tcp_veno_cong_avoid()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_veno.c31 u32 basertt; /* the min of all Veno rtt measurements seen (in usec) */ member
67 veno->basertt = 0x7fffffff; in tcp_veno_init()
86 if (vrtt < veno->basertt) in tcp_veno_pkts_acked()
87 veno->basertt = vrtt; in tcp_veno_pkts_acked()
149 target_cwnd = (u64)tcp_snd_cwnd(tp) * veno->basertt; in tcp_veno_cong_avoid()

Completed in 1 milliseconds