freebsd-src/sys/netpfil/pf
Kristof Provost bc4b0defb0 pf: do not pass af to PFLOG_PACKET
Do not pass AF specific information to pf_test_rule() and PFLOG_PACKET()
because either the info is already available in struct pd or easy
to figure out.  Makes pf_test() and pf_test6() even more similar
(with the target to remove one of them in the near future).
OK henning@

Reviewed by:	zlei
Obtained from:	OpenBSD, claudio <claudio@openbsd.org>, 5480721ed1
Sponsored by:	Rubicon Communications, LLC ("Netgate")
Differential Revision:	https://reviews.freebsd.org/D46596
2024-09-19 22:20:15 +02:00
..
if_pflog.c pf: do not pass af to PFLOG_PACKET 2024-09-19 22:20:15 +02:00
if_pfsync.c pf: vnet-ify pf_hashsize, pf_hashmask, pf_srchashsize and V_pf_srchashmask 2024-07-17 16:00:49 +02:00
in4_cksum.c sys: Remove ancient SCCS tags. 2023-11-26 22:23:30 -07:00
pf.c pf: do not pass af to PFLOG_PACKET 2024-09-19 22:20:15 +02:00
pf.h pf: add a new log opt PF_LOG_MATCHES 2024-09-19 22:20:13 +02:00
pf_altq.h sys: Remove $FreeBSD$: one-line .h pattern 2023-08-16 11:54:18 -06:00
pf_if.c sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
pf_ioctl.c pf: allow filtering on the receive interface 2024-09-16 13:47:07 +02:00
pf_lb.c pf: exclude link local address from the dynamic interface address pool 2024-09-19 22:20:14 +02:00
pf_mtag.h pf: avoid passing through dummynet multiple times 2024-03-19 16:29:29 +01:00
pf_nl.c pf: allow filtering on the receive interface 2024-09-16 13:47:07 +02:00
pf_nl.h pf: allow filtering on the receive interface 2024-09-16 13:47:07 +02:00
pf_norm.c pf: do not pass af to PFLOG_PACKET 2024-09-19 22:20:15 +02:00
pf_nv.c pf: store state creation/expiration timestamps with milisecond precision 2024-01-16 09:45:54 +01:00
pf_nv.h
pf_osfp.c sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
pf_ruleset.c pf: fix incorrect anchor_call to userspace 2024-05-28 22:27:22 +02:00
pf_syncookies.c pf: Stop checking for failures from malloc(M_WAITOK) 2024-09-03 18:25:20 +08:00
pf_table.c pf: exclude link local address from the dynamic interface address pool 2024-09-19 22:20:14 +02:00
pflow.c pflow: handle unattached states 2024-04-29 18:13:19 +02:00
pfsync_nv.c sys: Remove $FreeBSD$: one-line .c pattern 2023-08-16 11:54:36 -06:00
pfsync_nv.h