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.h742 ts_can_raise:1,/* TS b/w calculations can raise the bw higher */ member
H A Dbbr.c6494 if ((bbr->ts_can_raise) && in bbr_nf_measurement()
10009 bbr->ts_can_raise = 1; in bbr_init()
10011 bbr->ts_can_raise = 0; in bbr_init()
14499 bbr->ts_can_raise = 1; in bbr_set_sockopt()
14501 bbr->ts_can_raise = 0; in bbr_set_sockopt()
14682 optval = bbr->ts_can_raise; in bbr_get_sockopt()