CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2023/06/30 03:58:30

Modified files:
        sys/net        : pf_if.c pf_ioctl.c pf_ruleset.c 
        sys/sys        : malloc.h 

Log message:
Introduce M_PF type for pf(4) related memory allocations. Currently used
M_TEMP and M_IFADDR types are unreasonable for that purpose. This
dedicated statistics simplify the future pf(4) unlocking work by
decreasing search area of possible memory leaks.

ok bluhm sashan

Reply via email to