freebsd-dev/sys/netpfil
Kristof Provost 1c00efe98e pf: Use counter(9) for pf_state byte/packet tracking
This improves cache behaviour by not writing to the same variable from
multiple cores simultaneously.

pf_state is only used in the kernel, so can be safely modified.

Reviewed by:	Lutz Donnerhacke, philip
MFC after:	1 week
Sponsed by:	Orange Business Services
Differential Revision:	https://reviews.freebsd.org/D27661
2020-12-23 12:03:21 +01:00
..
ipfw Fix LINT-NOINET6 build after r368571. 2020-12-14 22:54:32 +00:00
pf pf: Use counter(9) for pf_state byte/packet tracking 2020-12-23 12:03:21 +01:00