Home
last modified time | relevance | path

Searched refs:min_tso (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c5845 uint32_t tso_len, min_tso; in tcp_bbr_tso_size_check() local
5858 min_tso = bbr_minseg(bbr); in tcp_bbr_tso_size_check()
5859 if ((tso_len > min_tso) && (bbr_all_get_min == 0)) in tcp_bbr_tso_size_check()
5860 new_tso = rounddown(tso_len, min_tso); in tcp_bbr_tso_size_check()
5862 new_tso = min_tso; in tcp_bbr_tso_size_check()