Lines Matching refs:tot_len
729 …r(struct tcp_bbr *bbr, struct tcpcb *tp, uint32_t cts, int32_t frm, int32_t slot, uint32_t tot_len) in bbr_start_hpts_timer() argument
946 bbr_log_type_bbrsnd(bbr, tot_len, slot, delay_calc, cts, frm, prev_delay); in bbr_start_hpts_timer()
11872 uint32_t tot_len = 0; in bbr_output_wtime() local
12151 tot_len = tp->t_maxseg; in bbr_output_wtime()
12726 if (tot_len) in bbr_output_wtime()
12727 slot = bbr_get_pacing_delay(bbr, bbr->r_ctl.rc_bbr_hptsi_gain, tot_len, cts, 0); in bbr_output_wtime()
12730 if (tot_len == 0) { in bbr_output_wtime()
12774 if (tot_len == 0) in bbr_output_wtime()
12779 bbr_start_hpts_timer(bbr, tp, cts, 9, slot, tot_len); in bbr_output_wtime()
12780 bbr_log_type_just_return(bbr, cts, tot_len, hpts_calling, app_limited, p_maxseg, len); in bbr_output_wtime()
13734 tot_len += len; in bbr_output_wtime()
13758 tot_len += (len + optlen + ipoptlen); in bbr_output_wtime()
13846 if ((tot_len + len) && (len >= tp->t_maxseg)) { in bbr_output_wtime()
13849 (tot_len + len), cts, 0); in bbr_output_wtime()
13856 tot_len); in bbr_output_wtime()
13987 (tot_len < bbr->r_ctl.rc_pace_max_segs)) { in bbr_output_wtime()
14011 if (((flags & (TH_RST | TH_SYN | TH_FIN)) == 0) && tot_len) { in bbr_output_wtime()
14016 slot = bbr_get_pacing_delay(bbr, bbr->r_ctl.rc_bbr_hptsi_gain, tot_len, cts, 0); in bbr_output_wtime()
14046 bbr_start_hpts_timer(bbr, tp, cts, 12, slot, tot_len); in bbr_output_wtime()