ipv6: constify inet6_mc_check()
authorEric Dumazet <edumazet@google.com>
Thu, 16 Mar 2023 15:31:58 +0000 (15:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 17 Mar 2023 08:56:37 +0000 (08:56 +0000)
commit66eb554c6449cef8c1e1b814f74d13f264582591
tree8aa17160dd9a803a564c534e984aef0fd320b48e
parenta0a989d3007538cd7dae9431d8ac47850ced3100
ipv6: constify inet6_mc_check()

inet6_mc_check() is essentially a read-only function.

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>
include/net/addrconf.h
net/ipv6/mcast.c