Searched refs:lso_usable (Results 1 – 1 of 1) sorted by relevance
1774 uint_t lso_usable; in tcp_send() local1806 lso_usable = MIN(tcp->tcp_lso_max, *usable); in tcp_send()1808 (*snxt + lso_usable) == tcp->tcp_fss && in tcp_send()1809 lso_usable > mss) { in tcp_send()1816 if (lso_usable % mss) in tcp_send()1817 lso_usable -= lso_usable % mss; in tcp_send()1819 lso_usable -= mss; in tcp_send()1821 if (lso_usable > mss) { in tcp_send()1822 num_lso_seg = lso_usable / mss; in tcp_send()1823 if (lso_usable % mss) { in tcp_send()[all …]