tcp: Add TCP_USER_TIMEOUT socket option.
[deliverable/linux.git] / include / net / inet_connection_sock.h
index b6d3b55da19b49e71d5cc7e0206090240cca0346..e4f494b42e060e1d4309acce8532aaa7f4b036eb 100644 (file)
@@ -125,6 +125,7 @@ struct inet_connection_sock {
                int               probe_size;
        } icsk_mtup;
        u32                       icsk_ca_priv[16];
+       u32                       icsk_user_timeout;
 #define ICSK_CA_PRIV_SIZE      (16 * sizeof(u32))
 };
 
This page took 0.05517 seconds and 5 git commands to generate.