diff options
Diffstat (limited to 'net/ipv4/tcp_input.c')
-rw-r--r-- | net/ipv4/tcp_input.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index 4866e75e98e0..4b27739031fb 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
@@ -2935,6 +2935,7 @@ static int tcp_process_frto(struct sock *sk, int flag) | |||
2935 | } | 2935 | } |
2936 | tp->frto_counter = 0; | 2936 | tp->frto_counter = 0; |
2937 | tp->undo_marker = 0; | 2937 | tp->undo_marker = 0; |
2938 | NET_INC_STATS_BH(LINUX_MIB_TCPSPURIOUSRTOS); | ||
2938 | } | 2939 | } |
2939 | return 0; | 2940 | return 0; |
2940 | } | 2941 | } |