CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2023/01/03 19:00:49
Modified files: sys/net : pf.c pf_ioctl.c pfvar.h pfvar_priv.h Log message: move the pf_state_tree rb tree type from pfvar.h to pfvar_priv.h the pf_state_tree types are kernel private, and are not used by userland. make build agrees with me. while here, move the pf_state_tree from the RB macros to the RBT functions. this shaves about 13k off pf.o on amd64. ok sashan@