Searched refs:min_tso (Results 1 – 1 of 1) sorted by relevance
5804 uint32_t tso_len, min_tso; in tcp_bbr_tso_size_check() local5817 min_tso = bbr_minseg(bbr); 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()5821 new_tso = min_tso; in tcp_bbr_tso_size_check()