Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/ip/
H A Dip_output.c675 if (lsoc->ill_lso_max != new_lsoc->ill_lso_max) { in ip_verify_lso()
H A Dip_if.c2100 ill->ill_lso_capab->ill_lso_max = lso.lso_max; in ill_capability_lso_enable()
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp.c3326 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()
/titanic_50/usr/src/uts/common/inet/
H A Dip.h1598 uint_t ill_lso_max; /* maximum size of payload */ member