summaryrefslogtreecommitdiffstats
path: root/sys/netinet/vinet.h
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2008-12-13 21:59:18 +0000
committerbz <bz@FreeBSD.org>2008-12-13 21:59:18 +0000
commitef0e31ac361ba0bdabcd412659ee4b3a14eaa600 (patch)
treef0fc6c673f57b9a02395e90b186384f8a1da4085 /sys/netinet/vinet.h
parent37aff7daa7032f0fb1c864a4f83d04aa3c7bf5ea (diff)
downloadFreeBSD-src-ef0e31ac361ba0bdabcd412659ee4b3a14eaa600.zip
FreeBSD-src-ef0e31ac361ba0bdabcd412659ee4b3a14eaa600.tar.gz
De-virtualize the MD5 context for TCP initial seq number generation
and make it a function local variable like we do almost everywhere inside the kernel. Discussed with: rwatson, silby MFC after: 4 weeks
Diffstat (limited to 'sys/netinet/vinet.h')
-rw-r--r--sys/netinet/vinet.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netinet/vinet.h b/sys/netinet/vinet.h
index 65ccfa4..449334e 100644
--- a/sys/netinet/vinet.h
+++ b/sys/netinet/vinet.h
@@ -142,7 +142,6 @@ struct vnet_inet {
int _isn_last_reseed;
u_int32_t _isn_offset;
u_int32_t _isn_offset_old;
- MD5_CTX _isn_ctx;
struct inpcbhead _udb;
struct inpcbinfo _udbinfo;
@@ -265,7 +264,6 @@ extern struct vnet_inet vnet_inet_0;
#define V_ipsendredirects VNET_INET(ipsendredirects)
#define V_ipstat VNET_INET(ipstat)
#define V_ipstealth VNET_INET(ipstealth)
-#define V_isn_ctx VNET_INET(isn_ctx)
#define V_isn_last_reseed VNET_INET(isn_last_reseed)
#define V_isn_offset VNET_INET(isn_offset)
#define V_isn_offset_old VNET_INET(isn_offset_old)
OpenPOWER on IntegriCloud