Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_bbr.c92 u32 rtt_cnt; /* count of packet-timed rounds elapsed */ member
771 bbr->rtt_cnt++; in bbr_update_bw()
797 minmax_running_max(&bbr->bw, bbr_bw_rtts, bbr->rtt_cnt, bw); in bbr_update_bw()
1043 bbr->rtt_cnt = 0; in bbr_init()
1053 minmax_reset(&bbr->bw, bbr->rtt_cnt, 0); /* init max bw to 0 */ in bbr_init()