freebsd-dev/sys/netpfil/pf
Kristof Provost 15b82e00a1 pf: pool/kpool conversion code
stuct pf_pool and struct pf_kpool are different. We should not simply
bcopy() them.

Happily it turns out that their differences were all pointers, and the
userspace provided pointers were overwritten by the kernel, so this did
actually work correctly, but we should fix it anyway.

Reviewed by:	glebius
MFC after:	1 week
Sponsored by:	Rubicon Communications, LLC ("Netgate")
Differential Revision:	https://reviews.freebsd.org/D29216
2021-03-16 10:30:28 +01:00
..
if_pflog.c pf: Split pfi_kif into a user and kernel space structure 2021-01-05 23:35:37 +01:00
if_pfsync.c pf: Fully remove interrupt events on vnet cleanup 2021-03-12 12:12:43 +01:00
in4_cksum.c
pf_altq.h
pf_if.c pf: Simplify cleanup 2021-03-12 12:12:35 +01:00
pf_ioctl.c pf: pool/kpool conversion code 2021-03-16 10:30:28 +01:00
pf_lb.c pf: Split pfi_kif into a user and kernel space structure 2021-01-05 23:35:37 +01:00
pf_mtag.h pf: duplicate frames only once when using dup-to pf rule 2021-01-28 16:46:44 +01:00
pf_norm.c pf: Fix incorrect fragment handling 2021-02-25 21:51:08 +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 pf: quiet debugging printfs 2021-01-11 22:30:44 +01:00
pf_table.c pf: Split pf_rule into kernel and user space versions 2021-01-05 23:35:36 +01:00
pf.c pf: Fully remove interrupt events on vnet cleanup 2021-03-12 12:12:43 +01:00
pf.h pf: Split pfi_kif into a user and kernel space structure 2021-01-05 23:35:37 +01:00