Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bbr.c100 probe_rtt_round_done:1, /* a BBR_PROBE_RTT round at 4 pkts? */ member
970 bbr->probe_rtt_round_done = 0; in bbr_update_min_rtt()
974 bbr->probe_rtt_round_done = 1; in bbr_update_min_rtt()
975 if (bbr->probe_rtt_round_done) in bbr_update_min_rtt()
1049 bbr->probe_rtt_round_done = 0; in bbr_init()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_bbr.c102 probe_rtt_round_done:1, /* a BBR_PROBE_RTT round at 4 pkts? */ member
972 bbr->probe_rtt_round_done = 0; in bbr_update_min_rtt()
976 bbr->probe_rtt_round_done = 1; in bbr_update_min_rtt()
977 if (bbr->probe_rtt_round_done) in bbr_update_min_rtt()
1051 bbr->probe_rtt_round_done = 0; in bbr_init()

Completed in 5 milliseconds