summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_syncache.h
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2011-07-17 21:15:20 +0000
committerbz <bz@FreeBSD.org>2011-07-17 21:15:20 +0000
commit352be4e985c0df0cf92cf64d89515b0b32bd1bf4 (patch)
tree30b630bd8b49f1677f29eda29cd406291b43802c /sys/netinet/tcp_syncache.h
parentcecff2d26e805364b921c7eb9189e52e6ea24cb1 (diff)
downloadFreeBSD-src-352be4e985c0df0cf92cf64d89515b0b32bd1bf4.zip
FreeBSD-src-352be4e985c0df0cf92cf64d89515b0b32bd1bf4.tar.gz
Add spares to the network stack for FreeBSD-9:
- TCP keep* timers - TCP UTO (adjust from what was there already) - netmap - route caching - user cookie (temporary to allow for the real fix) Slightly re-shuffle struct ifnet moving fields out of the middle of spares and to better align. Discussed with: rwatson (slightly earlier version)
Diffstat (limited to 'sys/netinet/tcp_syncache.h')
-rw-r--r--sys/netinet/tcp_syncache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet/tcp_syncache.h b/sys/netinet/tcp_syncache.h
index ddfa459..5783b6d 100644
--- a/sys/netinet/tcp_syncache.h
+++ b/sys/netinet/tcp_syncache.h
@@ -81,6 +81,8 @@ struct syncache {
#endif
struct label *sc_label; /* MAC label reference */
struct ucred *sc_cred; /* cred cache for jail checks */
+
+ u_int32_t sc_spare[2]; /* UTO */
};
/*
OpenPOWER on IntegriCloud