probe_rtt_done_stamp 90 net/ipv4/tcp_bbr.c u32 probe_rtt_done_stamp; /* end time for BBR_PROBE_RTT mode */ probe_rtt_done_stamp 910 net/ipv4/tcp_bbr.c if (!(bbr->probe_rtt_done_stamp && probe_rtt_done_stamp 911 net/ipv4/tcp_bbr.c after(tcp_jiffies32, bbr->probe_rtt_done_stamp))) probe_rtt_done_stamp 958 net/ipv4/tcp_bbr.c bbr->probe_rtt_done_stamp = 0; probe_rtt_done_stamp 966 net/ipv4/tcp_bbr.c if (!bbr->probe_rtt_done_stamp && probe_rtt_done_stamp 968 net/ipv4/tcp_bbr.c bbr->probe_rtt_done_stamp = tcp_jiffies32 + probe_rtt_done_stamp 972 net/ipv4/tcp_bbr.c } else if (bbr->probe_rtt_done_stamp) { probe_rtt_done_stamp 1048 net/ipv4/tcp_bbr.c bbr->probe_rtt_done_stamp = 0;