Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_bbr.h746 ts_can_raise:1,/* TS b/w calculations can raise the bw higher */ member
H A Dbbr.c6604 if ((bbr->ts_can_raise) && in bbr_nf_measurement()
10133 bbr->ts_can_raise = 1; in bbr_init()
10135 bbr->ts_can_raise = 0; in bbr_init()
14639 bbr->ts_can_raise = 1; in bbr_set_sockopt()
14641 bbr->ts_can_raise = 0; in bbr_set_sockopt()
14817 optval = bbr->ts_can_raise; in bbr_get_sockopt()