Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_bbr.c90 u32 probe_rtt_done_stamp; /* end time for BBR_PROBE_RTT mode */ member
910 if (!(bbr->probe_rtt_done_stamp && in bbr_check_probe_rtt_done()
911 after(tcp_jiffies32, bbr->probe_rtt_done_stamp))) in bbr_check_probe_rtt_done()
958 bbr->probe_rtt_done_stamp = 0; in bbr_update_min_rtt()
966 if (!bbr->probe_rtt_done_stamp && in bbr_update_min_rtt()
968 bbr->probe_rtt_done_stamp = tcp_jiffies32 + in bbr_update_min_rtt()
972 } else if (bbr->probe_rtt_done_stamp) { in bbr_update_min_rtt()
1048 bbr->probe_rtt_done_stamp = 0; in bbr_init()