diff options
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r-- | net/ipv6/tcp_ipv6.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 228965dca3c5..f52c3742b404 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -1746,6 +1746,7 @@ static void get_tcp6_sock(struct seq_file *seq, struct sock *sp, int i) | |||
1746 | 1746 | ||
1747 | if (icsk->icsk_pending == ICSK_TIME_RETRANS || | 1747 | if (icsk->icsk_pending == ICSK_TIME_RETRANS || |
1748 | icsk->icsk_pending == ICSK_TIME_EARLY_RETRANS || | 1748 | icsk->icsk_pending == ICSK_TIME_EARLY_RETRANS || |
1749 | icsk->icsk_pending == ICSK_TIME_REO_TIMEOUT || | ||
1749 | icsk->icsk_pending == ICSK_TIME_LOSS_PROBE) { | 1750 | icsk->icsk_pending == ICSK_TIME_LOSS_PROBE) { |
1750 | timer_active = 1; | 1751 | timer_active = 1; |
1751 | timer_expires = icsk->icsk_timeout; | 1752 | timer_expires = icsk->icsk_timeout; |