Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd
[sfrench/cifs-2.6.git] / include / net / request_sock.h
index 23e22054aa60d653a4b4db62cbea13d30adfd945..347015515a7de68a09d935e2b4a1baad3479cc03 100644 (file)
@@ -150,6 +150,8 @@ struct fastopen_queue {
        spinlock_t      lock;
        int             qlen;           /* # of pending (TCP_SYN_RECV) reqs */
        int             max_qlen;       /* != 0 iff TFO is currently enabled */
+
+       struct tcp_fastopen_context __rcu *ctx; /* cipher context for cookie */
 };
 
 /** struct request_sock_queue - queue of request_socks