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 | 1849 bbr_fill_in_logging_data(struct tcp_bbr *bbr, struct tcp_log_bbr *l, uint32_t cts) in bbr_fill_in_logging_data() function 1880 bbr_fill_in_logging_data(bbr, &log.u_bbr, bbr->r_ctl.rc_rcvtime); in bbr_log_type_bw_reduce() 1903 bbr_fill_in_logging_data(bbr, &log.u_bbr, bbr->r_ctl.rc_rcvtime); in bbr_log_type_rwnd_collapse() 1922 bbr_fill_in_logging_data(bbr, &log.u_bbr, cts); in bbr_log_type_just_return() 1947 bbr_fill_in_logging_data(bbr, &log.u_bbr, bbr->r_ctl.rc_rcvtime); in bbr_log_type_enter_rec() 1965 bbr_fill_in_logging_data(bbr, &log.u_bbr, cts); in bbr_log_msgsize_fail() 1992 bbr_fill_in_logging_data(bbr, &log.u_bbr, tcp_get_usecs(&tv)); in bbr_log_flowend() 2007 bbr_fill_in_logging_data(bbr, &log.u_bbr, cts); in bbr_log_pkt_epoch() 2031 bbr_fill_in_logging_data(bbr, &log.u_bbr, cts); in bbr_log_time_epoch() 2050 bbr_fill_in_logging_data(bbr, &log.u_bbr, bbr->r_ctl.rc_rcvtime); in bbr_log_set_of_state_target() [all …]
|