Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_lp.c81 u32 owd_max_rsv; member
103 lp->owd_max_rsv = 0; in tcp_lp_init()
236 if (mowd > lp->owd_max_rsv) { in tcp_lp_rtt_sample()
237 if (lp->owd_max_rsv == 0) in tcp_lp_rtt_sample()
240 lp->owd_max = lp->owd_max_rsv; in tcp_lp_rtt_sample()
241 lp->owd_max_rsv = mowd; in tcp_lp_rtt_sample()
303 lp->owd_max_rsv = lp->sowd >> 2; in tcp_lp_pkts_acked()