Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h744 ts_can_raise:1,/* TS b/w calculations can raise the bw higher */ member
H A Dbbr.c6501 if ((bbr->ts_can_raise) && in bbr_nf_measurement()
10016 bbr->ts_can_raise = 1; in bbr_init()
10018 bbr->ts_can_raise = 0; in bbr_init()
14512 bbr->ts_can_raise = 1; in bbr_set_sockopt()
14514 bbr->ts_can_raise = 0; in bbr_set_sockopt()
14695 optval = bbr->ts_can_raise; in bbr_get_sockopt()