]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/linux/tcp.h
Merge tag 'for-linus-20191129' of git://git.kernel.dk/linux-block
[linux.git] / include / linux / tcp.h
index 668e25a76d69809b5ade30f5774a4c62833b8b9b..ca6f01531e64acd689db559e10239dd21ee9209a 100644 (file)
@@ -223,7 +223,7 @@ struct tcp_sock {
                fastopen_connect:1, /* FASTOPEN_CONNECT sockopt */
                fastopen_no_cookie:1, /* Allow send/recv SYN+data without a cookie */
                is_sack_reneg:1,    /* in recovery from loss with SACK reneg? */
-               unused:2;
+               fastopen_client_fail:2; /* reason why fastopen failed */
        u8      nonagle     : 4,/* Disable Nagle algorithm?             */
                thin_lto    : 1,/* Use linear timeouts for thin streams */
                recvmsg_inq : 1,/* Indicate # of bytes in queue upon recvmsg */