aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/inet_hashtables.c
diff options
context:
space:
mode:
authorGravatar Lorenz Bauer <lmb@isovalent.com> 2023-07-31 11:42:53 +0200
committerGravatar Martin KaFai Lau <martin.lau@kernel.org> 2023-07-31 13:53:10 -0700
commit74bdfab4fd7c641e55f7fe9d1be9687eeb01df67 (patch)
tree5bd1e5cc199d11fecee630233f9223ba5f7af3fb /net/ipv4/inet_hashtables.c
parentdocs/bpf: Fix malformed documentation (diff)
downloadlinux-74bdfab4fd7c641e55f7fe9d1be9687eeb01df67.tar.gz
linux-74bdfab4fd7c641e55f7fe9d1be9687eeb01df67.tar.bz2
linux-74bdfab4fd7c641e55f7fe9d1be9687eeb01df67.zip
net: remove duplicate INDIRECT_CALLABLE_DECLARE of udp[6]_ehashfn
There are already INDIRECT_CALLABLE_DECLARE in the hashtable headers, no need to declare them again. Fixes: 0f495f761722 ("net: remove duplicate reuseport_lookup functions") Suggested-by: Martin Lau <martin.lau@linux.dev> Signed-off-by: Lorenz Bauer <lmb@isovalent.com> Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com> Link: https://lore.kernel.org/r/20230731-indir-call-v1-1-4cd0aeaee64f@isovalent.com Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
Diffstat (limited to 'net/ipv4/inet_hashtables.c')
-rw-r--r--net/ipv4/inet_hashtables.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv4/inet_hashtables.c b/net/ipv4/inet_hashtables.c
index 6a872b8fb0d3..7876b7d703cb 100644
--- a/net/ipv4/inet_hashtables.c
+++ b/net/ipv4/inet_hashtables.c
@@ -333,8 +333,6 @@ static inline int compute_score(struct sock *sk, struct net *net,
return score;
}
-INDIRECT_CALLABLE_DECLARE(inet_ehashfn_t udp_ehashfn);
-
/**
* inet_lookup_reuseport() - execute reuseport logic on AF_INET socket if necessary.
* @net: network namespace.