Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c1973 rack_log_to_cancel(struct tcp_rack *rack, int32_t hpts_removed, int line, uint32_t us_cts, in rack_log_to_cancel() argument
1991 log.u_bbr.flex7 = hpts_removed; in rack_log_to_cancel()
5877 uint8_t hpts_removed = 0; in rack_timer_cancel() local
5885 hpts_removed = 1; in rack_timer_cancel()
5889 rack_log_to_cancel(rack, hpts_removed, line, us_cts, &tv, flags_on_entry); in rack_timer_cancel()
5901 hpts_removed = 1; in rack_timer_cancel()
5905 if (hpts_removed == 0) in rack_timer_cancel()
5906 rack_log_to_cancel(rack, hpts_removed, line, us_cts, &tv, flags_on_entry); in rack_timer_cancel()
H A Dbbr.c2546 bbr_log_to_cancel(struct tcp_bbr *bbr, int32_t line, uint32_t cts, uint8_t hpts_removed) in bbr_log_to_cancel() argument
2558 log.u_bbr.flex8 = hpts_removed; in bbr_log_to_cancel()
5259 uint8_t hpts_removed = 0; in bbr_timer_cancel() local
5268 hpts_removed = 1; in bbr_timer_cancel()
5288 bbr_log_to_cancel(bbr, line, cts, hpts_removed); in bbr_timer_cancel()