CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/01/04 03:31:55
Modified files:
sys/net : pf.c pf_ioctl.c pf_lb.c pfvar.h pfvar_priv.h
if_pfsync.c
Log message:
move the pf_state_tree_id type from pfvar.h to pfvar_priv.h.
the pf_state_tree_id type is private to the kernel.
while here, move it from being an RB tree to an RBT tree. this saves
about 12k in pf.o on amd64.
ok sashan@
