move pf_state_item and pf_state_key structs from pfvar.h to pfvar_priv.h.
authordlg <dlg@openbsd.org>
Mon, 19 Dec 2022 04:35:33 +0000 (04:35 +0000)
committerdlg <dlg@openbsd.org>
Mon, 19 Dec 2022 04:35:33 +0000 (04:35 +0000)
commitd956567b8a83e77dcbaa40d1038b81c18ca02b19
treee59f5443d766a42433e82db01ce02963b2d3d794
parent0e2f34bbc3cbe8a9e9d5a47bce6d3573dd2eb47b
move pf_state_item and pf_state_key structs from pfvar.h to pfvar_priv.h.

both of these are kernel private data structures and do not need
to be visible to userland. moving them to pfvar_priv.h makes this
explicit, and makes it leass scary to tweak them in the future.

ok deraadt@ kn@ sashan@
sys/net/pfvar.h
sys/net/pfvar_priv.h