uipc: Factor out unp_getsocktoken()/unp_reltoken()
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 23 Aug 2015 14:44:49 +0000 (22:44 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Mon, 24 Aug 2015 01:22:21 +0000 (09:22 +0800)
commita10b308d89e9bb4f826cf525c28b795609d90bbe
treefc96f252ff2d243af5235985dd20bf1fa1c7267a
parent247a1280a1c52872dcd363a56845236e1a10b8dd
uipc: Factor out unp_getsocktoken()/unp_reltoken()

Streamline the code a little bit.  This also paves the way to make
uipc_abort() reentrant.
sys/kern/uipc_usrreq.c