CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2025/08/26 00:59:46
Modified files: sys/net : pfkeyv2.c Log message: use an rwlock around the list of pfkey sockets instead of an SRPL. this keeps the locking (relatively) simple and avoids the need to refcnt a bunch of stuff. tweaks from mvs@ ok mvs@ jmatthew@