Merge tag 'hsi-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi
[cascardo/linux.git] / include / linux / qed / tcp_common.h
index accba0e..dc3889d 100644 (file)
 
 #define TCP_INVALID_TIMEOUT_VAL -1
 
+struct ooo_opaque {
+       __le32 cid;
+       u8 drop_isle;
+       u8 drop_size;
+       u8 ooo_opcode;
+       u8 ooo_isle;
+};
+
 enum tcp_connect_mode {
        TCP_CONNECT_ACTIVE,
        TCP_CONNECT_PASSIVE,
@@ -18,14 +26,10 @@ enum tcp_connect_mode {
 };
 
 struct tcp_init_params {
-       __le32 max_cwnd;
-       __le16 dup_ack_threshold;
+       __le32 two_msl_timer;
        __le16 tx_sws_timer;
-       __le16 min_rto;
-       __le16 min_rto_rt;
-       __le16 max_rto;
        u8 maxfinrt;
-       u8 reserved[1];
+       u8 reserved[9];
 };
 
 enum tcp_ip_version {