diff options
Diffstat (limited to 'usr/src/uts/common/inet/ipclassifier.h')
-rw-r--r-- | usr/src/uts/common/inet/ipclassifier.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/uts/common/inet/ipclassifier.h b/usr/src/uts/common/inet/ipclassifier.h index 03d510fdbf..48e5fc845f 100644 --- a/usr/src/uts/common/inet/ipclassifier.h +++ b/usr/src/uts/common/inet/ipclassifier.h @@ -173,7 +173,9 @@ struct conn_s { conn_recvslla : 1, /* IP_RECVSLLA option */ conn_mdt_ok : 1, /* MDT is permitted */ conn_nexthop_set : 1, - conn_allzones : 1; /* SO_ALLZONES */ + conn_allzones : 1, /* SO_ALLZONES */ + + conn_lso_ok : 1; /* LSO is usable */ tcp_t *conn_tcp; /* Pointer to the tcp struct */ struct udp_s *conn_udp; /* Pointer to the udp struct */ |