Searched refs:tot_len_this_send (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 6539 int32_t slot, uint32_t tot_len_this_send, int sup_rack) in rack_start_hpts_timer() argument 6840 tp, rack, tot_len_this_send, cts, slot, hpts_timeout); in rack_start_hpts_timer() 6846 rack_log_type_bbrsnd(rack, tot_len_this_send, slot, us_cts, &tv, __LINE__); in rack_start_hpts_timer() 19680 long tot_len_this_send = 0; in rack_output() local 19893 ret = rack_fast_output(tp, rack, ts_val, cts, ms_cts, &tv, tot_len_this_send, &error); in rack_output() 20864 if (tot_len_this_send > 0) { in rack_output() 20866 slot = rack_get_pacing_delay(rack, tp, tot_len_this_send, NULL, segsiz, __LINE__); in rack_output() 21048 rack_start_hpts_timer(rack, tp, cts, slot, tot_len_this_send, sup_rack); in rack_output() 21049 …rack_log_type_just_return(rack, cts, tot_len_this_send, slot, hpts_calling, app_limited, cwnd_to_u… in rack_output() 21059 if (tot_len_this_send > 0) { in rack_output() [all …]
|