udp: constify __udp_is_mcast_sock() socket argument
authorEric Dumazet <edumazet@google.com>
Thu, 16 Mar 2023 15:31:57 +0000 (15:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Mar 2023 08:56:37 +0000 (08:56 +0000)
commita0a989d3007538cd7dae9431d8ac47850ced3100
treefe1ec8291c43770dac914a869cd15858fd555d74
parent33e972bdf0b0aa208b67164c64eef3c307e4b303
udp: constify __udp_is_mcast_sock() socket argument

This clarifies __udp_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/ipv4/udp.c