Searched refs:pace_max_segs (Results 1 – 1 of 1) sorted by relevance
11843 uint32_t maxseg, pace_max_segs, p_maxseg; in bbr_output_wtime() local11882 pace_max_segs = bbr->r_ctl.rc_pace_max_segs; in bbr_output_wtime()11883 p_maxseg = min(maxseg, pace_max_segs); in bbr_output_wtime()12944 p_maxseg = min(maxseg, pace_max_segs); in bbr_output_wtime()13064 if ((rsm == NULL) && len > pace_max_segs) in bbr_output_wtime()13065 len = pace_max_segs; in bbr_output_wtime()