diff options
| author | Eric Dumazet <[email protected]> | 2023-09-12 16:02:05 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2023-09-15 10:33:47 +0100 |
| commit | 6559c0ff3bc27d7e4d447d31c1d7e8eae0e959f5 (patch) | |
| tree | 4bdfec6afcbc395fb2a9034b55bc109624671d01 /include/linux | |
| parent | dcae74622c051b219ee628669a31716473efda2c (diff) | |
ipv6: lockless IPV6_MULTICAST_ALL implementation
Move np->mc_all to an atomic flags to fix data-races.
Signed-off-by: Eric Dumazet <[email protected]>
Reviewed-by: David Ahern <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/ipv6.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ipv6.h b/include/linux/ipv6.h index 0d2b0a1b2dae..d88e91b7f0a3 100644 --- a/include/linux/ipv6.h +++ b/include/linux/ipv6.h @@ -255,7 +255,6 @@ struct ipv6_pinfo { dontfrag:1, autoflowlabel:1, autoflowlabel_set:1, - mc_all:1, rtalert_isolate:1; __u8 min_hopcount; __u8 tclass; |