Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_lp.c65 * @owd_max: max OWD
81 u32 owd_max; member
103 lp->owd_max = 0; in tcp_lp_init()
235 * we just set owd_max as one below it */ in tcp_lp_rtt_sample()
236 if (mowd > lp->owd_max) { in tcp_lp_rtt_sample()
239 lp->owd_max = mowd; in tcp_lp_rtt_sample()
241 lp->owd_max = lp->owd_max_rsv; in tcp_lp_rtt_sample()
244 lp->owd_max = mowd; in tcp_lp_rtt_sample()
287 lp->owd_min + 15 * (lp->owd_max - lp->owd_min) / 100) in tcp_lp_pkts_acked()
293 tp->snd_cwnd, lp->remote_hz, lp->owd_min, lp->owd_max, in tcp_lp_pkts_acked()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_lp.c65 * @owd_max: max OWD
81 u32 owd_max; member
104 lp->owd_max = 0; in tcp_lp_init()
241 * we just set owd_max as one below it */ in tcp_lp_rtt_sample()
242 if (mowd > lp->owd_max) { in tcp_lp_rtt_sample()
245 lp->owd_max = mowd; in tcp_lp_rtt_sample()
247 lp->owd_max = lp->owd_max_rsv; in tcp_lp_rtt_sample()
250 lp->owd_max = mowd; in tcp_lp_rtt_sample()
294 lp->owd_min + 15 * (lp->owd_max - lp->owd_min) / 100) in tcp_lp_pkts_acked()
300 tcp_snd_cwnd(tp), lp->remote_hz, lp->owd_min, lp->owd_max, in tcp_lp_pkts_acked()
[all...]

Completed in 2 milliseconds