freebsd-src/sys/netpfil
Mark Johnston 57cc96f49e pf: Fix definitions of pf_pfil_*_hooked
This use of "volatile" in the vnet definitions doesn't have any effect.
VNET_DEFINE_STATE(volatile int, ...) should work, but let's avoid using
"volatile" altogether and convert to atomic_load/atomic_store.  Also
convert to bool while here.

Reviewed by:	kp, mjg
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D37684
2022-12-14 09:29:59 -05:00
..
ipfilter/netinet ipfilter: Fix mismatch in array bounds. 2022-12-07 12:32:38 -08:00
ipfw ipfw: Spell PFIL_PASS correctly. 2022-11-14 12:20:19 +01:00
pf pf: Fix definitions of pf_pfil_*_hooked 2022-12-14 09:29:59 -05:00