]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/linux/tcp.h
[INET]: Move bind_hash from tcp_sk to inet_sk
[mirror_ubuntu-bionic-kernel.git] / include / linux / tcp.h
index ec580a560e8c3d0be363bbfe36f4b986a7acac66..e70ab19652db88a674394d78282967f95cbf5810 100644 (file)
@@ -258,7 +258,6 @@ struct tcp_sock {
        __u32   snd_sml;        /* Last byte of the most recently transmitted small packet */
        __u32   rcv_tstamp;     /* timestamp of last received ACK (for keepalives) */
        __u32   lsndtime;       /* timestamp of last sent data packet (for restart window) */
-       struct inet_bind_bucket *bind_hash;
        /* Delayed ACK control data */
        struct {
                __u8    pending;        /* ACK is pending */