Searched refs:tso_len (Results 1 – 1 of 1) sorted by relevance
5804 uint32_t tso_len, min_tso; in tcp_bbr_tso_size_check() local5806 tso_len = bbr_get_pacing_length(bbr, BBR_UNIT, bbr->r_ctl.bbr_hptsi_segments_delay_tar, bw); in tcp_bbr_tso_size_check()5807 if (tso_len > maxseg) { in tcp_bbr_tso_size_check()5808 new_tso = tso_len / maxseg; in tcp_bbr_tso_size_check()5818 if ((tso_len > min_tso) && (bbr_all_get_min == 0)) in tcp_bbr_tso_size_check()5819 new_tso = rounddown(tso_len, min_tso); in tcp_bbr_tso_size_check()