Inline the raw_usrreq() function into pfkeyv2_usrreq(). Similar to the
authorclaudio <claudio@openbsd.org>
Mon, 9 Jul 2018 16:51:29 +0000 (16:51 +0000)
committerclaudio <claudio@openbsd.org>
Mon, 9 Jul 2018 16:51:29 +0000 (16:51 +0000)
commitf1a58316f5b7c25b63355c2e4309ae522edbe850
tree0d7439083a00e816322974505ba71111b626f4e4
parentad69e5db727e7820d3170091eff7c13479d9763c
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@
sys/net/pfkeyv2.c