Searched refs:hpts_calling (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/sys/netinet/tcp_stacks/ |
| HD | bbr.c | 1916 bbr_log_type_just_return(struct tcp_bbr *bbr, uint32_t cts, uint32_t tlen, uint8_t hpts_calling, in bbr_log_type_just_return() argument 2319 …to_processing(struct tcp_bbr *bbr, uint32_t cts, int32_t ret, int32_t timers, uint8_t hpts_calling) in bbr_log_to_processing() argument 2331 log.u_bbr.flex8 = hpts_calling; in bbr_log_to_processing() 5165 bbr_process_timers(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts, uint8_t hpts_calling) in bbr_process_timers() argument 5184 bbr_log_to_processing(bbr, cts, ret, 0, hpts_calling); in bbr_process_timers() 5187 if (hpts_calling == 0) { in bbr_process_timers() 5189 bbr_log_to_processing(bbr, cts, ret, 0, hpts_calling); in bbr_process_timers() 5198 bbr_log_to_processing(bbr, cts, ret, left, hpts_calling); in bbr_process_timers() 5220 bbr_log_to_processing(bbr, cts, ret, timers, hpts_calling); in bbr_process_timers() 11844 bool hpts_calling; in bbr_output_wtime() local [all …]
|
| HD | rack.c | 3093 uint8_t hpts_calling, int reason, uint32_t cwnd_to_use) in rack_log_type_just_return() argument 3108 log.u_bbr.flex7 = hpts_calling; in rack_log_type_just_return() 8066 rack_process_timers(struct tcpcb *tp, struct tcp_rack *rack, uint32_t cts, uint8_t hpts_calling, ui… in rack_process_timers() argument 8128 if (hpts_calling == 0) { in rack_process_timers() 19968 bool hpts_calling, hw_tls = false; in rack_output() local 19979 hpts_calling = !!(tp->t_flags2 & TF2_HPTS_CALLS); in rack_output() 20042 retval = rack_process_timers(tp, rack, cts, hpts_calling, in rack_output() 20218 if (hpts_calling) in rack_output() 21223 …rack_log_type_just_return(rack, cts, tot_len_this_send, slot, hpts_calling, app_limited, cwnd_to_u… in rack_output()
|