CVSROOT: /cvs Module name: src Changes by: [email protected] 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@
