CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/05/27 12:50:53
Modified files:
sys/net : pfkeyv2.c
sys/kern : uipc_socket.c uipc_socket2.c
Log message:
Push the NET_LOCK down into PF_KEY so that it can be treated like PF_ROUTE.
Only pfkeyv2_send() needs the NET_LOCK() so grab it at the start and release
at the end. This should allow to push the locks down in other places.
OK mpi@, bluhm@
