Hoist identical privilege checks in in_ioctl*()
authorkn <kn@openbsd.org>
Tue, 18 Apr 2023 22:20:16 +0000 (22:20 +0000)
committerkn <kn@openbsd.org>
Tue, 18 Apr 2023 22:20:16 +0000 (22:20 +0000)
commitd0a0045a8da4cb70e9258dd60bbf92268445ef31
treef13f201c964089ef7b5a3b7b789c99485b3f5e4d
parent46d22571b80fc6c890dd15455ae598c909d518df
Hoist identical privilege checks in in_ioctl*()

All cases do the same check as first step, so merge it before the switch
and before grapping exclusive locks.

OK mvs
sys/netinet/in.c