Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_bbr.c94 u32 rtt_cnt; /* count of packet-timed rounds elapsed */ member
773 bbr->rtt_cnt++; in bbr_update_bw()
799 minmax_running_max(&bbr->bw, bbr_bw_rtts, bbr->rtt_cnt, bw); in bbr_update_bw()
1045 bbr->rtt_cnt = 0; in bbr_init()
1055 minmax_reset(&bbr->bw, bbr->rtt_cnt, 0); /* init max bw to 0 */ in bbr_init()