inet: move inet->mc_all to inet->inet_frags
authorEric Dumazet <edumazet@google.com>
Wed, 16 Aug 2023 08:15:40 +0000 (08:15 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Aug 2023 10:09:17 +0000 (11:09 +0100)
commit307b4ac6dc18436076cdd314aa3e556be077bf2d
treec750fdee64bbf6c74db275a134986b0b02f718b9
parentb09bde5c3554d58cb711dac55a10ecc56d436966
inet: move inet->mc_all to inet->inet_frags

IP_MULTICAST_ALL socket option can now be set/read
without locking the socket.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet_sock.h
net/ipv4/af_inet.c
net/ipv4/igmp.c
net/ipv4/inet_diag.c
net/ipv4/ip_sockglue.c