summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_syncache.h
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2013-09-21 10:01:51 +0000
committerbz <bz@FreeBSD.org>2013-09-21 10:01:51 +0000
commitb67689ea7eaab86f990d77dd86336b0496c2bb97 (patch)
tree88501a8767c17362a714282ae7dae4a2f761a1de /sys/netinet/tcp_syncache.h
parent907e185a7de4c593ffcb0e51a2a801a97d99fbf7 (diff)
downloadFreeBSD-src-b67689ea7eaab86f990d77dd86336b0496c2bb97.zip
FreeBSD-src-b67689ea7eaab86f990d77dd86336b0496c2bb97.tar.gz
Introduce spares in the TCP syncache and timewait structures
so that fixed TCP_SIGNATURE handling can later be merged. This is derived from follow-up work to SVN r183001 posted to net@ on Sep 13 2008. Approved by: re (gjb)
Diffstat (limited to 'sys/netinet/tcp_syncache.h')
-rw-r--r--sys/netinet/tcp_syncache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/tcp_syncache.h b/sys/netinet/tcp_syncache.h
index 520b484..fb9a6c6 100644
--- a/sys/netinet/tcp_syncache.h
+++ b/sys/netinet/tcp_syncache.h
@@ -75,6 +75,7 @@ struct syncache {
struct label *sc_label; /* MAC label reference */
struct ucred *sc_cred; /* cred cache for jail checks */
+ void *sc_pspare; /* TCP_SIGNATURE */
u_int32_t sc_spare[2]; /* UTO */
};
OpenPOWER on IntegriCloud