udp6: constify __udp_v6_is_mcast_sock() socket argument
authorEric Dumazet <edumazet@google.com>
Thu, 16 Mar 2023 15:31:59 +0000 (15:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Mar 2023 08:56:37 +0000 (08:56 +0000)
commitdc3731bad8e133ca1893ae414fdebdf85a333495
tree59dea6b8d2ffd6bf118c157f3ab2d42f0a863bb0
parent66eb554c6449cef8c1e1b814f74d13f264582591
udp6: constify __udp_v6_is_mcast_sock() socket argument

This clarifies __udp_v6_is_mcast_sock() intent.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/udp.c