Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/net/ipv4/
H A 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()

Completed in 4 milliseconds