Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_bbr.h731 uint16_t bbr_google_discount; member
H A Dbbr.c394 static int32_t bbr_google_discount = 10; variable
1313 &bbr_google_discount, 10, in bbr_init_sysctls()
3580 cbw = bw * (uint64_t)(1000 - bbr->r_ctl.bbr_google_discount); in bbr_get_pacing_delay()
10001 bbr->r_ctl.bbr_google_discount = bbr_google_discount; in bbr_google_mode_on()
10020 bbr->r_ctl.bbr_google_discount = 0; in bbr_google_mode_off()
10121 bbr->r_ctl.bbr_google_discount = bbr_google_discount; in bbr_init()
10125 bbr->r_ctl.bbr_google_discount = 0; in bbr_init()
14393 bbr->r_ctl.bbr_google_discount = optval; in bbr_set_sockopt()