diff options
Diffstat (limited to 'include/net/inet_connection_sock.h')
| -rw-r--r-- | include/net/inet_connection_sock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/inet_connection_sock.h b/include/net/inet_connection_sock.h index b6d3b55da19b..e4f494b42e06 100644 --- a/include/net/inet_connection_sock.h +++ b/include/net/inet_connection_sock.h | |||
| @@ -125,6 +125,7 @@ struct inet_connection_sock { | |||
| 125 | int probe_size; | 125 | int probe_size; |
| 126 | } icsk_mtup; | 126 | } icsk_mtup; |
| 127 | u32 icsk_ca_priv[16]; | 127 | u32 icsk_ca_priv[16]; |
| 128 | u32 icsk_user_timeout; | ||
| 128 | #define ICSK_CA_PRIV_SIZE (16 * sizeof(u32)) | 129 | #define ICSK_CA_PRIV_SIZE (16 * sizeof(u32)) |
| 129 | }; | 130 | }; |
| 130 | 131 | ||
