summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.c
diff options
context:
space:
mode:
authorsilby <silby@FreeBSD.org>2007-07-27 00:57:06 +0000
committersilby <silby@FreeBSD.org>2007-07-27 00:57:06 +0000
commit4c84d1d020f70c2e147159500b93f077ae47e8ff (patch)
tree2b451a5a58d05e7befcebf555ee76ae30943a908 /sys/netinet/tcp_input.c
parentc42c952f2747ad0372817a83c7e638f3684e5efc (diff)
downloadFreeBSD-src-4c84d1d020f70c2e147159500b93f077ae47e8ff.zip
FreeBSD-src-4c84d1d020f70c2e147159500b93f077ae47e8ff.tar.gz
Export the contents of the syncache to netstat.
Approved by: re (kensmith) MFC after: 2 weeks
Diffstat (limited to 'sys/netinet/tcp_input.c')
-rw-r--r--sys/netinet/tcp_input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/tcp_input.c b/sys/netinet/tcp_input.c
index e9ae0be..4fd115f 100644
--- a/sys/netinet/tcp_input.c
+++ b/sys/netinet/tcp_input.c
@@ -78,6 +78,7 @@
#include <netinet/tcp_var.h>
#include <netinet6/tcp6_var.h>
#include <netinet/tcpip.h>
+#include <netinet/tcp_syncache.h>
#ifdef TCPDEBUG
#include <netinet/tcp_debug.h>
#endif /* TCPDEBUG */
OpenPOWER on IntegriCloud