Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_lp.c66 * @owd_max_rsv: resrved max owd
82 u32 owd_max_rsv; member
104 lp->owd_max_rsv = 0; in tcp_lp_init()
237 if (mowd > lp->owd_max_rsv) { in tcp_lp_rtt_sample()
238 if (lp->owd_max_rsv == 0) in tcp_lp_rtt_sample()
241 lp->owd_max = lp->owd_max_rsv; in tcp_lp_rtt_sample()
242 lp->owd_max_rsv = mowd; in tcp_lp_rtt_sample()
304 lp->owd_max_rsv = lp->sowd >> 2; in tcp_lp_pkts_acked()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_lp.c66 * @owd_max_rsv: reserved max owd
82 u32 owd_max_rsv; member
105 lp->owd_max_rsv = 0; in tcp_lp_init()
243 if (mowd > lp->owd_max_rsv) { in tcp_lp_rtt_sample()
244 if (lp->owd_max_rsv == 0) in tcp_lp_rtt_sample()
247 lp->owd_max = lp->owd_max_rsv; in tcp_lp_rtt_sample()
248 lp->owd_max_rsv = mowd; in tcp_lp_rtt_sample()
311 lp->owd_max_rsv = lp->sowd >> 2; in tcp_lp_pkts_acked()

Completed in 2 milliseconds