Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dtcp_bbr.c90 u32 probe_rtt_done_stamp; /* end time for BBR_PROBE_RTT mode */ member
753 if (!(bbr->probe_rtt_done_stamp && in bbr_check_probe_rtt_done()
754 after(tcp_jiffies32, bbr->probe_rtt_done_stamp))) in bbr_check_probe_rtt_done()
803 bbr->probe_rtt_done_stamp = 0; in bbr_update_min_rtt()
811 if (!bbr->probe_rtt_done_stamp && in bbr_update_min_rtt()
813 bbr->probe_rtt_done_stamp = tcp_jiffies32 + in bbr_update_min_rtt()
817 } else if (bbr->probe_rtt_done_stamp) { in bbr_update_min_rtt()
862 bbr->probe_rtt_done_stamp = 0; in bbr_init()