Searched refs:pace_max_segs (Results 1 – 1 of 1) sorted by relevance
11998 uint32_t maxseg, pace_max_segs, p_maxseg; in bbr_output_wtime() local12036 pace_max_segs = bbr->r_ctl.rc_pace_max_segs; in bbr_output_wtime()12037 p_maxseg = min(maxseg, pace_max_segs); in bbr_output_wtime()13101 p_maxseg = min(maxseg, pace_max_segs); in bbr_output_wtime()13222 if ((rsm == NULL) && len > pace_max_segs) in bbr_output_wtime()13223 len = pace_max_segs; in bbr_output_wtime()