diff options
| author | Eric Dumazet <edumazet@google.com> | 2023-09-12 16:02:09 +0000 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2023-09-15 10:33:48 +0100 |
| commit | 3cccda8db2cf2f2a224d55d5b6e2251d478c58ca (patch) | |
| tree | 5bd83b011ee8344c878bf25a1b7d70f9522d7bfd /include/net/inet_sock.h | |
| parent | ipv6: lockless IPV6_RECVERR implemetation (diff) | |
| download | linux-3cccda8db2cf2f2a224d55d5b6e2251d478c58ca.tar.gz linux-3cccda8db2cf2f2a224d55d5b6e2251d478c58ca.zip | |
ipv6: move np->repflow to atomic flags
Move np->repflow to inet->inet_flags to fix data-races.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/inet_sock.h')
| -rw-r--r-- | include/net/inet_sock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/inet_sock.h b/include/net/inet_sock.h index 3b79bc759ff4..5d61c7dc6577 100644 --- a/include/net/inet_sock.h +++ b/include/net/inet_sock.h @@ -275,6 +275,7 @@ enum { INET_FLAGS_AUTOFLOWLABEL = 24, INET_FLAGS_DONTFRAG = 25, INET_FLAGS_RECVERR6 = 26, + INET_FLAGS_REPFLOW = 27, }; /* cmsg flags for inet */ |
