Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8f37d57 authored by Wu Fengguang's avatar Wu Fengguang Committed by David S. Miller
Browse files

tcp: md5: tcp_md5_do_lookup_exact() can be static



Fixes: 6797318e ("tcp: md5: add an address prefix for key lookup")
Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f06b7549
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -943,7 +943,7 @@ struct tcp_md5sig_key *tcp_md5_do_lookup(const struct sock *sk,
}
}
EXPORT_SYMBOL(tcp_md5_do_lookup);
EXPORT_SYMBOL(tcp_md5_do_lookup);


struct tcp_md5sig_key *tcp_md5_do_lookup_exact(const struct sock *sk,
static struct tcp_md5sig_key *tcp_md5_do_lookup_exact(const struct sock *sk,
						      const union tcp_md5_addr *addr,
						      const union tcp_md5_addr *addr,
						      int family, u8 prefixlen)
						      int family, u8 prefixlen)
{
{