Files
linux/net
Florian Westphal 4883ec512c netfilter: conntrack: avoid reload of ct->status
Compiler can't merge the two test_bit() calls, so load ct->status
once and use non-atomic accesses.

This is fine because IPS_EXPECTED or NAT_CLASH are either set at ct
creation time or not at all, but compiler can't know that.

Signed-off-by: Florian Westphal <fw@strlen.de>
2023-01-18 13:05:24 +01:00
..
2023-01-13 20:44:20 -08:00
2022-12-26 09:09:23 +00:00
2023-01-07 09:30:26 +00:00