Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h727 uint16_t bbr_google_discount; member
H A Dbbr.c381 static int32_t bbr_google_discount = 10; variable
1290 &bbr_google_discount, 10, in bbr_init_sysctls()
3546 cbw = bw * (uint64_t)(1000 - bbr->r_ctl.bbr_google_discount); in bbr_get_pacing_delay()
9872 bbr->r_ctl.bbr_google_discount = bbr_google_discount; in bbr_google_mode_on()
9891 bbr->r_ctl.bbr_google_discount = 0; in bbr_google_mode_off()
9997 bbr->r_ctl.bbr_google_discount = bbr_google_discount; in bbr_init()
10001 bbr->r_ctl.bbr_google_discount = 0; in bbr_init()
14260 bbr->r_ctl.bbr_google_discount = optval; in bbr_set_sockopt()