Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv4/
Dtcp_bbr.c92 u32 probe_rtt_done_stamp; /* end time for BBR_PROBE_RTT mode */ member
912 if (!(bbr->probe_rtt_done_stamp && in bbr_check_probe_rtt_done()
913 after(tcp_jiffies32, bbr->probe_rtt_done_stamp))) in bbr_check_probe_rtt_done()
960 bbr->probe_rtt_done_stamp = 0; in bbr_update_min_rtt()
968 if (!bbr->probe_rtt_done_stamp && in bbr_update_min_rtt()
970 bbr->probe_rtt_done_stamp = tcp_jiffies32 + in bbr_update_min_rtt()
974 } else if (bbr->probe_rtt_done_stamp) { in bbr_update_min_rtt()
1050 bbr->probe_rtt_done_stamp = 0; in bbr_init()