Searched refs:ill_lso_max (Results 1 – 4 of 4) sorted by relevance
675 if (lsoc->ill_lso_max != new_lsoc->ill_lso_max) { in ip_verify_lso()
2100 ill->ill_lso_capab->ill_lso_max = lso.lso_max; in ill_capability_lso_enable()
3326 ASSERT(lsoc->ill_lso_max > 0); in tcp_update_lso()3327 tcp->tcp_lso_max = MIN(TCP_MAX_LSO_LENGTH, lsoc->ill_lso_max); in tcp_update_lso()
1598 uint_t ill_lso_max; /* maximum size of payload */ member