net: remove duplicate sk_lookup helpers
authorLorenz Bauer <lmb@isovalent.com>
Thu, 20 Jul 2023 15:30:10 +0000 (17:30 +0200)
committerMartin KaFai Lau <martin.lau@kernel.org>
Tue, 25 Jul 2023 20:51:44 +0000 (13:51 -0700)
commit6c886db2e78ce1dee163d07240467770a235f33e
tree7b656aaaa528bc3220895aa4258da94553a68747
parent2a61776366bd17db9ac8c93ec32b8e0ae6b11cf2
net: remove duplicate sk_lookup helpers

Now that inet[6]_lookup_reuseport are parameterised on the ehashfn
we can remove two sk_lookup helpers.

Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
Link: https://lore.kernel.org/r/20230720-so-reuseport-v6-6-7021b683cdae@isovalent.com
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
include/net/inet6_hashtables.h
include/net/inet_hashtables.h
net/ipv4/inet_hashtables.c
net/ipv4/udp.c
net/ipv6/inet6_hashtables.c
net/ipv6/udp.c