aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r--net/ipv4/tcp_ipv4.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
index 8cdee120a50c..b7ab868c8284 100644
--- a/net/ipv4/tcp_ipv4.c
+++ b/net/ipv4/tcp_ipv4.c
@@ -2703,7 +2703,9 @@ static void get_tcp4_sock(struct sock *sk, struct seq_file *f, int i, int *len)
2703 __u16 srcp = ntohs(inet->inet_sport); 2703 __u16 srcp = ntohs(inet->inet_sport);
2704 int rx_queue; 2704 int rx_queue;
2705 2705
2706 if (icsk->icsk_pending == ICSK_TIME_RETRANS) { 2706 if (icsk->icsk_pending == ICSK_TIME_RETRANS ||
2707 icsk->icsk_pending == ICSK_TIME_EARLY_RETRANS ||
2708 icsk->icsk_pending == ICSK_TIME_LOSS_PROBE) {
2707 timer_active = 1; 2709 timer_active = 1;
2708 timer_expires = icsk->icsk_timeout; 2710 timer_expires = icsk->icsk_timeout;
2709 } else if (icsk->icsk_pending == ICSK_TIME_PROBE0) { 2711 } else if (icsk->icsk_pending == ICSK_TIME_PROBE0) {