|
@@ -943,9 +943,9 @@ struct tcp_md5sig_key *tcp_md5_do_lookup(const struct sock *sk,
|
|
|
}
|
|
|
EXPORT_SYMBOL(tcp_md5_do_lookup);
|
|
|
|
|
|
-struct tcp_md5sig_key *tcp_md5_do_lookup_exact(const struct sock *sk,
|
|
|
- const union tcp_md5_addr *addr,
|
|
|
- int family, u8 prefixlen)
|
|
|
+static struct tcp_md5sig_key *tcp_md5_do_lookup_exact(const struct sock *sk,
|
|
|
+ const union tcp_md5_addr *addr,
|
|
|
+ int family, u8 prefixlen)
|
|
|
{
|
|
|
const struct tcp_sock *tp = tcp_sk(sk);
|
|
|
struct tcp_md5sig_key *key;
|