]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/tcp.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[karo-tx-linux.git] / include / linux / tcp.h
index f0212026c77fc1d74db96c0312fe9892f56c2a64..48c3696e86457172ff9e9a907db15e44b7e92bb5 100644 (file)
@@ -163,6 +163,8 @@ struct tcp_sock {
                                 * sum(delta(snd_una)), or how many bytes
                                 * were acked.
                                 */
+       struct u64_stats_sync syncp; /* protects 64bit vars (cf tcp_get_info()) */
+
        u32     snd_una;        /* First byte we want an ack for        */
        u32     snd_sml;        /* Last byte of the most recently transmitted small packet */
        u32     rcv_tstamp;     /* timestamp of last received ACK (for keepalives) */