CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2018/05/14 01:33:59
Modified files: sys/net : pfkeyv2.c rtsock.c Log message: Use a SRP list to protect pfkeyv2 sockets, thus removing the need to grab the KERNEL_LOCK() when delivering messages. This is the same solution already used by routing sockets. ok claudio@, visa@