Lines Matching refs:p_maxseg
1917 uint8_t reason, uint32_t p_maxseg, int len) in bbr_log_type_just_return() argument
1923 log.u_bbr.flex1 = p_maxseg; in bbr_log_type_just_return()
1929 log.u_bbr.flex7 = p_maxseg; in bbr_log_type_just_return()
7294 uint32_t p_maxseg, maxseg, p_acked = 0; in bbr_log_ack() local
7307 p_maxseg = min(bbr->r_ctl.rc_pace_max_segs, maxseg); in bbr_log_ack()
7527 ((sack.end - sack.start) < (p_maxseg / 8))) { in bbr_log_ack()
11850 uint32_t maxseg, pace_max_segs, p_maxseg; in bbr_output_wtime() local
11890 p_maxseg = min(maxseg, pace_max_segs); in bbr_output_wtime()
12326 if ((len < p_maxseg) && in bbr_output_wtime()
12328 (ctf_outstanding(tp) >= (2 * p_maxseg)) && in bbr_output_wtime()
12329 ((avail - sb_offset) >= p_maxseg)) { in bbr_output_wtime()
12619 if (len >= p_maxseg) in bbr_output_wtime()
12725 bbr->r_ctl.rc_lost_bytes)) + p_maxseg) >= tp->snd_cwnd) { in bbr_output_wtime()
12757 bbr_log_type_just_return(bbr, cts, tot_len, hpts_calling, app_limited, p_maxseg, len); in bbr_output_wtime()
12952 p_maxseg = min(maxseg, pace_max_segs); in bbr_output_wtime()