CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2018/07/09 10:51:29
Modified files: sys/net : pfkeyv2.c Log message: Inline the raw_usrreq() function into pfkeyv2_usrreq(). Similar to the change to rtsock.c. This simplifies the pfkey code since there is no special wrapping needed and in general the PRU cases get easier. OK bluhm@ henning@ mpi@