Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c885 (bbr->rc_use_google || in bbr_start_hpts_timer()
2586 log.u_bbr.flex8 = 0x80 | bbr->rc_use_google; in bbr_log_type_tsosize()
2588 log.u_bbr.flex8 = bbr->rc_use_google; in bbr_log_type_tsosize()
2945 if ((bbr->rc_use_google) && (bbr->r_ctl.r_measurement_count >= 1)) in __bbr_get_bw()
2980 else if (bbr->r_recovery_bw && (bbr->rc_use_google == 0)) in __bbr_get_bw()
3446 if (bbr->rc_use_google) { in bbr_get_target_cwnd()
3540 if (bbr->rc_use_google == 0) { in bbr_get_pacing_delay()
3546 if (bbr->rc_use_google) { in bbr_get_pacing_delay()
3568 (bbr->rc_use_google == 0) && in bbr_get_pacing_delay()
3619 ((bbr->r_ctl.bbr_rttprobe_gain_val == 0) || bbr->rc_use_google)) { in bbr_ack_received()
[all …]
H A Dtcp_bbr.h802 uint8_t rc_use_google:1, member