diff options
Diffstat (limited to 'net/ipv4/tcp_timer.c')
-rw-r--r-- | net/ipv4/tcp_timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp_timer.c b/net/ipv4/tcp_timer.c index 3705075f42c3..29a9bd5f1225 100644 --- a/net/ipv4/tcp_timer.c +++ b/net/ipv4/tcp_timer.c | |||
@@ -617,6 +617,7 @@ void tcp_set_keepalive(struct sock *sk, int val) | |||
617 | else if (!val) | 617 | else if (!val) |
618 | inet_csk_delete_keepalive_timer(sk); | 618 | inet_csk_delete_keepalive_timer(sk); |
619 | } | 619 | } |
620 | EXPORT_SYMBOL_GPL(tcp_set_keepalive); | ||
620 | 621 | ||
621 | 622 | ||
622 | static void tcp_keepalive_timer (unsigned long data) | 623 | static void tcp_keepalive_timer (unsigned long data) |