Searched refs:tcp_lso_max (Results 1 – 3 of 3) sorted by relevance
413 uint32_t tcp_lso_max; /* maximum LSO payload */ member
3365 tcp->tcp_lso_max = MIN(TCP_MAX_LSO_LENGTH, lso_max); in tcp_update_lso()3368 boolean_t, B_TRUE, uint32_t, tcp->tcp_lso_max); in tcp_update_lso()3381 boolean_t, B_FALSE, uint32_t, tcp->tcp_lso_max); in tcp_update_lso()
1839 lso_usable = MIN(tcp->tcp_lso_max, *usable); in tcp_send()