diff options
Diffstat (limited to 'net/ipv4/tcp_timer.c')
-rw-r--r-- | net/ipv4/tcp_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_timer.c b/net/ipv4/tcp_timer.c index 8c65dc147d8b..65bf670e8714 100644 --- a/net/ipv4/tcp_timer.c +++ b/net/ipv4/tcp_timer.c | |||
@@ -616,7 +616,7 @@ static void tcp_keepalive_timer (unsigned long data) | |||
616 | tcp_write_err(sk); | 616 | tcp_write_err(sk); |
617 | goto out; | 617 | goto out; |
618 | } | 618 | } |
619 | if (tcp_write_wakeup(sk) <= 0) { | 619 | if (tcp_write_wakeup(sk, LINUX_MIB_TCPKEEPALIVE) <= 0) { |
620 | icsk->icsk_probes_out++; | 620 | icsk->icsk_probes_out++; |
621 | elapsed = keepalive_intvl_when(tp); | 621 | elapsed = keepalive_intvl_when(tp); |
622 | } else { | 622 | } else { |