diff options
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r-- | net/ipv4/tcp_ipv4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index 56d756ecfb59..ebf3e0c4967a 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
@@ -2230,6 +2230,7 @@ static void get_tcp4_sock(struct sock *sk, struct seq_file *f, int i) | |||
2230 | 2230 | ||
2231 | if (icsk->icsk_pending == ICSK_TIME_RETRANS || | 2231 | if (icsk->icsk_pending == ICSK_TIME_RETRANS || |
2232 | icsk->icsk_pending == ICSK_TIME_EARLY_RETRANS || | 2232 | icsk->icsk_pending == ICSK_TIME_EARLY_RETRANS || |
2233 | icsk->icsk_pending == ICSK_TIME_REO_TIMEOUT || | ||
2233 | icsk->icsk_pending == ICSK_TIME_LOSS_PROBE) { | 2234 | icsk->icsk_pending == ICSK_TIME_LOSS_PROBE) { |
2234 | timer_active = 1; | 2235 | timer_active = 1; |
2235 | timer_expires = icsk->icsk_timeout; | 2236 | timer_expires = icsk->icsk_timeout; |