Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_lp.c82 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()