ipv4: remove "proto" argument from udp_tunnel_dst_lookup()
authorBeniamino Galvani <b.galvani@gmail.com>
Mon, 16 Oct 2023 07:15:21 +0000 (09:15 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Oct 2023 08:57:52 +0000 (09:57 +0100)
commit78f3655adcb52412275f282267ee771421731632
tree7c6a48c9a786e34aacd041070dcbddebb3064ad3
parentbf3fcbf7e7a08015d3b169bad6281b29d45c272d
ipv4: remove "proto" argument from udp_tunnel_dst_lookup()

The function is now UDP-specific, the protocol is always IPPROTO_UDP.

Suggested-by: Guillaume Nault <gnault@redhat.com>
Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bareudp.c
include/net/udp_tunnel.h
net/ipv4/udp_tunnel_core.c