Searched refs:bbr_log_to_processing (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 2317 bbr_log_to_processing(struct tcp_bbr *bbr, uint32_t cts, int32_t ret, int32_t timers, uint8_t hpts_… in bbr_log_to_processing() function 5193 bbr_log_to_processing(bbr, cts, ret, 0, hpts_calling); in bbr_process_timers() 5198 bbr_log_to_processing(bbr, cts, ret, 0, hpts_calling); in bbr_process_timers() 5207 bbr_log_to_processing(bbr, cts, ret, left, hpts_calling); in bbr_process_timers() 5229 bbr_log_to_processing(bbr, cts, ret, timers, hpts_calling); in bbr_process_timers()
|