Searched refs:bbr_log_to_event (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | bbr.c | 2362 bbr_log_to_event(struct tcp_bbr *bbr, uint32_t cts, int32_t to_num) in bbr_log_to_event() function 4392 bbr_log_to_event(bbr, cts, BBR_TO_FRM_RACK); in bbr_timeout_rack() 4711 bbr_log_to_event(bbr, cts, BBR_TO_FRM_TLP); in bbr_timeout_tlp() 4730 bbr_log_to_event(bbr, cts, BBR_TO_FRM_DELACK); in bbr_timeout_delack() 4762 bbr_log_to_event(bbr, cts, BBR_TO_FRM_PERSIST); in bbr_timeout_persist() 4838 bbr_log_to_event(bbr, cts, BBR_TO_FRM_KEEP); in bbr_timeout_keepalive() 4955 bbr_log_to_event(bbr, cts, BBR_TO_FRM_TMR); in bbr_remxt_tmr()
|