diff options
Diffstat (limited to 'usr/src/uts/common/inet/tcp.h')
-rw-r--r-- | usr/src/uts/common/inet/tcp.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/usr/src/uts/common/inet/tcp.h b/usr/src/uts/common/inet/tcp.h index 76d1864d62..1911216dd5 100644 --- a/usr/src/uts/common/inet/tcp.h +++ b/usr/src/uts/common/inet/tcp.h @@ -719,15 +719,6 @@ typedef struct cl_tcp_info_s { } cl_tcp_info_t; /* - * Hook functions to enable cluster networking - * On non-clustered systems these vectors must always be NULL. - */ - -extern void (*cl_inet_listen)(uint8_t, sa_family_t, uint8_t *, in_port_t); -extern void (*cl_inet_unlisten)(uint8_t, sa_family_t, uint8_t *, - in_port_t); - -/* * Contracted Consolidation Private ioctl for aborting TCP connections. * In order to keep the offsets and size of the structure the same between * a 32-bit application and a 64-bit amd64 kernel, we use a #pragma |