Lines Matching refs:tot_len_this_send
6537 int32_t slot, uint32_t tot_len_this_send, int sup_rack) in rack_start_hpts_timer() argument
6838 tp, rack, tot_len_this_send, cts, slot, hpts_timeout); in rack_start_hpts_timer()
6844 rack_log_type_bbrsnd(rack, tot_len_this_send, slot, us_cts, &tv, __LINE__); in rack_start_hpts_timer()
19686 long tot_len_this_send = 0; in rack_output() local
19905 ret = rack_fast_output(tp, rack, ts_val, cts, ms_cts, &tv, &tot_len_this_send, &error, __LINE__); in rack_output()
19915 if (tot_len_this_send >= pace_max_seg) in rack_output()
20880 if (tot_len_this_send > 0) { in rack_output()
20882 slot = rack_get_pacing_delay(rack, tp, tot_len_this_send, NULL, segsiz, __LINE__); in rack_output()
21065 rack_start_hpts_timer(rack, tp, cts, slot, tot_len_this_send, sup_rack); in rack_output()
21066 …rack_log_type_just_return(rack, cts, tot_len_this_send, slot, hpts_calling, app_limited, cwnd_to_u… in rack_output()
21076 if (tot_len_this_send > 0) { in rack_output()
21081 tp->tcp_cnt_counters[CNT_OF_MSS_OUT] += ((tot_len_this_send + segsiz - 1) / segsiz); in rack_output()
22144 tot_len_this_send += len; in rack_output()
22450 (tot_len_this_send >= pace_max_seg)) { in rack_output()
22465 } else if ((slot == 0) && (sendalot == 0) && tot_len_this_send) { in rack_output()
22472 slot = rack_get_pacing_delay(rack, tp, tot_len_this_send, rsm, segsiz, __LINE__); in rack_output()
22555 … ret = rack_fast_output(tp, rack, ts_val, cts, ms_cts, &tv, &tot_len_this_send, &error, __LINE__); in rack_output()
22569 rack_start_hpts_timer(rack, tp, cts, slot, tot_len_this_send, 0); in rack_output()
22572 if (tot_len_this_send) { in rack_output()
22576 tp->tcp_cnt_counters[CNT_OF_MSS_OUT] += ((tot_len_this_send + segsiz - 1) /segsiz); in rack_output()