Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c2352 log.u_bbr.flex8 = hpts_calling; in bbr_log_to_processing()
5215 bbr_log_to_processing(bbr, cts, ret, 0, hpts_calling); in bbr_process_timers()
5218 if (hpts_calling == 0) { in bbr_process_timers()
5220 bbr_log_to_processing(bbr, cts, ret, 0, hpts_calling); in bbr_process_timers()
5229 bbr_log_to_processing(bbr, cts, ret, left, hpts_calling); in bbr_process_timers()
5251 bbr_log_to_processing(bbr, cts, ret, timers, hpts_calling); in bbr_process_timers()
12012 uint32_t hpts_calling; in bbr_output_wtime() local
12202 hpts_calling = inp->inp_hpts_calls; in bbr_output_wtime()
12205 if (bbr_process_timers(tp, bbr, cts, hpts_calling)) { in bbr_output_wtime()
12211 if (hpts_calling && in bbr_output_wtime()
[all …]
H A Drack.c1943 uint8_t hpts_calling, int reason, uint32_t cwnd_to_use) in rack_log_type_just_return() argument
1959 log.u_bbr.flex7 = hpts_calling; in rack_log_type_just_return()
5792 rack_process_timers(struct tcpcb *tp, struct tcp_rack *rack, uint32_t cts, uint8_t hpts_calling) in rack_process_timers() argument
5828 if (hpts_calling == 0) { in rack_process_timers()
11917 uint8_t hpts_calling, new_data_tlp = 0, doing_tlp = 0; in rack_output() local
11941 hpts_calling = inp->inp_hpts_calls; in rack_output()
11988 if (rack_process_timers(tp, rack, cts, hpts_calling)) { in rack_output()
12953 …rack_log_type_just_return(rack, cts, tot_len_this_send, slot, hpts_calling, app_limited, cwnd_to_u… in rack_output()