Searched refs:bbr_log_to_event (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 2349 bbr_log_to_event(struct tcp_bbr *bbr, uint32_t cts, int32_t to_num) in bbr_log_to_event() function 4380 bbr_log_to_event(bbr, cts, BBR_TO_FRM_RACK); in bbr_timeout_rack() 4699 bbr_log_to_event(bbr, cts, BBR_TO_FRM_TLP); in bbr_timeout_tlp() 4718 bbr_log_to_event(bbr, cts, BBR_TO_FRM_DELACK); in bbr_timeout_delack() 4749 bbr_log_to_event(bbr, cts, BBR_TO_FRM_PERSIST); in bbr_timeout_persist() 4821 bbr_log_to_event(bbr, cts, BBR_TO_FRM_KEEP); in bbr_timeout_keepalive() 4937 bbr_log_to_event(bbr, cts, BBR_TO_FRM_TMR); in bbr_remxt_tmr()
|