Home
last modified time | relevance | path

Searched refs:bbr_log_to_start (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c498 bbr_log_to_start(struct tcp_bbr *bbr, uint32_t cts, uint32_t to, int32_t slot, uint8_t which);
920 bbr_log_to_start(bbr, cts, hpts_timeout, slot, 1); in bbr_start_hpts_timer()
952 bbr_log_to_start(bbr, cts, hpts_timeout, slot, 0); in bbr_start_hpts_timer()
2499 bbr_log_to_start(struct tcp_bbr *bbr, uint32_t cts, uint32_t to, int32_t slot, uint8_t which) in bbr_log_to_start() function