diff options
Diffstat (limited to 'usr/src/uts/common/inet/tcp.h')
-rw-r--r-- | usr/src/uts/common/inet/tcp.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr/src/uts/common/inet/tcp.h b/usr/src/uts/common/inet/tcp.h index 26e1b12f4e..aa5ba3a075 100644 --- a/usr/src/uts/common/inet/tcp.h +++ b/usr/src/uts/common/inet/tcp.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ /* Copyright (c) 1990 Mentat Inc. */ @@ -37,7 +37,6 @@ extern "C" { #include <netinet/ip6.h> #include <netinet/tcp.h> #include <sys/socket.h> -#include <sys/sodirect.h> #include <sys/multidata.h> #include <sys/md5.h> #include <inet/common.h> @@ -599,13 +598,6 @@ typedef struct tcp_s { */ boolean_t tcp_flow_stopped; - /* - * tcp_sodirect is used by tcp on the receive side to push mblk_t(s) - * directly to sockfs. Also, to schedule asynchronous copyout directly - * to a pending user-land uio buffer. - */ - sodirect_t *tcp_sodirect; - #ifdef DEBUG pc_t tcmp_stk[15]; #endif |