summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_var.h
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2014-11-03 13:01:58 +0000
committerhselasky <hselasky@FreeBSD.org>2014-11-03 13:01:58 +0000
commit29474260c752d91f37bdda64243f7ea356d7dfba (patch)
treef14d2cd7981403569fdfab48c5389d043edfef53 /sys/netinet/tcp_var.h
parentdc557cbaff80ead79a64bf34fcf8c27d739da9b1 (diff)
downloadFreeBSD-src-29474260c752d91f37bdda64243f7ea356d7dfba.zip
FreeBSD-src-29474260c752d91f37bdda64243f7ea356d7dfba.tar.gz
Restore spares used in "struct tcpcb" and bump "__FreeBSD_version" to
indicate need for kernel module re-compilation. Sponsored by: Mellanox Technologies
Diffstat (limited to 'sys/netinet/tcp_var.h')
-rw-r--r--sys/netinet/tcp_var.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h
index 84ac8f0..4353b77 100644
--- a/sys/netinet/tcp_var.h
+++ b/sys/netinet/tcp_var.h
@@ -200,13 +200,12 @@ struct tcpcb {
u_int t_keepcnt; /* number of keepalives before close */
u_int t_tsomax; /* TSO total burst length limit in bytes */
+ u_int t_tsomaxsegcount; /* TSO maximum segment count */
+ u_int t_tsomaxsegsize; /* TSO maximum segment size in bytes */
u_int t_pmtud_saved_maxopd; /* pre-blackhole MSS */
u_int t_flags2; /* More tcpcb flags storage */
- uint32_t t_ispare[6]; /* 5 UTO, 1 TBD */
- uint32_t t_tsomaxsegcount; /* TSO maximum segment count */
- uint32_t t_tsomaxsegsize; /* TSO maximum segment size in bytes */
-
+ uint32_t t_ispare[8]; /* 5 UTO, 3 TBD */
void *t_pspare2[4]; /* 1 TCP_SIGNATURE, 3 TBD */
uint64_t _pad[6]; /* 6 TBD (1-2 CC/RTT?) */
};
OpenPOWER on IntegriCloud