Searched refs:bbr_fill_in_logging_data (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 1847 bbr_fill_in_logging_data(struct tcp_bbr *bbr, struct tcp_log_bbr *l, uint32_t cts) in bbr_fill_in_logging_data() function 1878 bbr_fill_in_logging_data(bbr, &log.u_bbr, bbr->r_ctl.rc_rcvtime); in bbr_log_type_bw_reduce() 1901 bbr_fill_in_logging_data(bbr, &log.u_bbr, bbr->r_ctl.rc_rcvtime); in bbr_log_type_rwnd_collapse() 1920 bbr_fill_in_logging_data(bbr, &log.u_bbr, cts); in bbr_log_type_just_return() 1945 bbr_fill_in_logging_data(bbr, &log.u_bbr, bbr->r_ctl.rc_rcvtime); in bbr_log_type_enter_rec() 1963 bbr_fill_in_logging_data(bbr, &log.u_bbr, cts); in bbr_log_msgsize_fail() 1990 bbr_fill_in_logging_data(bbr, &log.u_bbr, tcp_get_usecs(&tv)); in bbr_log_flowend() 2005 bbr_fill_in_logging_data(bbr, &log.u_bbr, cts); in bbr_log_pkt_epoch() 2029 bbr_fill_in_logging_data(bbr, &log.u_bbr, cts); in bbr_log_time_epoch() 2048 bbr_fill_in_logging_data(bbr, &log.u_bbr, bbr->r_ctl.rc_rcvtime); in bbr_log_set_of_state_target() [all …]
|