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.h729 uint16_t bbr_google_discount; member
H A Dbbr.c383 static int32_t bbr_google_discount = 10; variable
1294 &bbr_google_discount, 10, in bbr_init_sysctls()
3553 cbw = bw * (uint64_t)(1000 - bbr->r_ctl.bbr_google_discount); in bbr_get_pacing_delay()
9879 bbr->r_ctl.bbr_google_discount = bbr_google_discount; in bbr_google_mode_on()
9898 bbr->r_ctl.bbr_google_discount = 0; in bbr_google_mode_off()
10004 bbr->r_ctl.bbr_google_discount = bbr_google_discount; in bbr_init()
10008 bbr->r_ctl.bbr_google_discount = 0; in bbr_init()
14273 bbr->r_ctl.bbr_google_discount = optval; in bbr_set_sockopt()