diff options
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r-- | net/ipv4/tcp_ipv4.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c index 6ec6900eb300..a20e7f03d5f7 100644 --- a/net/ipv4/tcp_ipv4.c +++ b/net/ipv4/tcp_ipv4.c | |||
@@ -943,9 +943,9 @@ struct tcp_md5sig_key *tcp_md5_do_lookup(const struct sock *sk, | |||
943 | } | 943 | } |
944 | EXPORT_SYMBOL(tcp_md5_do_lookup); | 944 | EXPORT_SYMBOL(tcp_md5_do_lookup); |
945 | 945 | ||
946 | struct tcp_md5sig_key *tcp_md5_do_lookup_exact(const struct sock *sk, | 946 | static struct tcp_md5sig_key *tcp_md5_do_lookup_exact(const struct sock *sk, |
947 | const union tcp_md5_addr *addr, | 947 | const union tcp_md5_addr *addr, |
948 | int family, u8 prefixlen) | 948 | int family, u8 prefixlen) |
949 | { | 949 | { |
950 | const struct tcp_sock *tp = tcp_sk(sk); | 950 | const struct tcp_sock *tp = tcp_sk(sk); |
951 | struct tcp_md5sig_key *key; | 951 | struct tcp_md5sig_key *key; |