Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c896 (bbr->rc_use_google || in bbr_start_hpts_timer()
3476 if (bbr->rc_use_google) { in bbr_get_target_cwnd()
3573 if (bbr->rc_use_google) { in bbr_get_pacing_delay()
5794 if (bbr->rc_use_google) in tcp_bbr_tso_size_check()
6839 if (bbr->rc_use_google) { in bbr_update_bbr_info()
9999 bbr->rc_use_google = 1; in bbr_google_mode_on()
10019 bbr->rc_use_google = 0; in bbr_google_mode_off()
10120 bbr->rc_use_google = 1; in bbr_init()
10124 bbr->rc_use_google = 0; in bbr_init()
10535 if (bbr->rc_use_google) in bbr_substate_change()
[all …]
H A Dtcp_bbr.h804 uint8_t rc_use_google:1, member