freebsd-dev/sys/netpfil/pf
Mateusz Guzik 3e875f952a pf: assert dir state on pf_test{,6}
The intent is to line up various enums so that branching in the lines of:

idx = (dir == PF_IN ? PF_SK_WIRE : PF_SK_STACK);

is avoided.

Reviewed by:	kp
Sponsored by:	Rubicon Communications, LLC ("Netgate")
2021-08-17 21:56:50 +02: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: rename pf_state to pf_kstate 2021-07-08 10:31:43 +02:00
in4_cksum.c SPDX: license IDs for some ISC-related files. 2017-12-08 15:57:29 +00:00
pf_altq.h Extended pf(4) ioctl interface and pfctl(8) to allow bandwidths of 2018-08-22 19:38:48 +00:00
pf_if.c pf: switch kif counters to pf_counter_u64 2021-07-25 10:22:17 +02:00
pf_ioctl.c pf: bound DIOCGETSTATES memory use 2021-08-02 16:29:23 +02:00
pf_lb.c pf: switch rule counters to pf_counter_u64 2021-07-25 10:22:17 +02:00
pf_mtag.h pf: syncookie support 2021-07-20 10:36:13 +02:00
pf_norm.c pf: batch critical section for several counters 2021-07-25 10:22:17 +02:00
pf_nv.c pf: switch rule counters to pf_counter_u64 2021-07-25 10:22:17 +02:00
pf_nv.h pf: switch rule counters to pf_counter_u64 2021-07-25 10:22:17 +02: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: match keyword support 2021-07-17 12:01:08 +02:00
pf_syncookies.c pf: fix ABI breakage 2021-07-28 12:16:33 +02:00
pf_table.c pf: Remove unneeded NULL check 2021-07-08 10:32:33 +02:00
pf.c pf: assert dir state on pf_test{,6} 2021-08-17 21:56:50 +02:00
pf.h pf: fix ABI breakage 2021-07-28 12:16:33 +02:00