freebsd-skq/sys/netpfil/pf
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
..
if_pflog.c
if_pfsync.c pf: Use counter(9) for pf_state byte/packet tracking 2020-12-23 12:03:21 +01:00
in4_cksum.c
pf_altq.h
pf_if.c pf: do not remove kifs that are referenced by rules 2020-10-13 11:04:00 +00:00
pf_ioctl.c pf: Use counter(9) for pf_state byte/packet tracking 2020-12-23 12:03:21 +01:00
pf_lb.c
pf_mtag.h
pf_norm.c pf: Fix unaligned checksum updates 2020-12-23 12:03:20 +01:00
pf_osfp.c net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
pf_ruleset.c net: clean up empty lines in .c and .h files 2020-09-01 21:19:14 +00:00
pf_table.c pf: Fix table entry counter toggling 2020-12-02 16:01:43 +00:00
pf.c pf: Use counter(9) for pf_state byte/packet tracking 2020-12-23 12:03:21 +01:00
pf.h