Searched refs:bbr_log_timer_var (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 486 bbr_log_timer_var(struct tcp_bbr *bbr, int mode, uint32_t cts, 608 bbr_log_timer_var(bbr, 2, cts, 0, bbr_get_rtt(bbr, BBR_SRTT), 0, to); in bbr_timer_start() 705 bbr_log_timer_var(bbr, 1, cts, time_since_sent, srtt, thresh, to); in bbr_timer_start() 2426 bbr_log_timer_var(struct tcp_bbr *bbr, int mode, uint32_t cts, uint32_t time_since_sent, uint32_t s… in bbr_log_timer_var() function
|