Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/ip/
H A Dip_output.c654 ill_lso_capab_t *lsoc = &ixa->ixa_lso_capab; in ip_verify_lso() local
675 if (lsoc->ill_lso_max != new_lsoc->ill_lso_max) { in ip_verify_lso()
676 *lsoc = *new_lsoc; in ip_verify_lso()
687 *lsoc = *new_lsoc; in ip_verify_lso()
/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp.c3324 ill_lso_capab_t *lsoc = &ixa->ixa_lso_capab; in tcp_update_lso() local
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()