freebsd-src/sys/netpfil
Kajetan Staszkiewicz 50edc63071 pfsync: Fix offset calculation
Even though message version is automatically recognized and the top of
the struct is identical for different versions, when iterating over
multiple messages proper message length must be used. That's the length
of an union member for given version, not of the union itself.

Reviewed by:	kp
Differential Revision:	https://reviews.freebsd.org/D43862
2024-02-15 12:54:02 +01:00
..
ipfilter/netinet pfil: PFIL_PASS never frees the mbuf 2024-01-29 14:10:19 +01:00
ipfw netpfil: Fix two typos in source code comments 2024-01-20 17:30:57 +01:00
pf pfsync: Fix offset calculation 2024-02-15 12:54:02 +01:00