uipc: Reference the originator thread if asynchronized pru_send is used
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Tue, 20 Aug 2013 10:59:08 +0000 (18:59 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Tue, 20 Aug 2013 11:58:06 +0000 (19:58 +0800)
commitc0467c221aa5384c567d87d151197739922bf279
tree5fb797c5f2596192a9f7ded88717f70b211e16ef
parent790340ea960775102b35f5f6d6e3548e6d754e6f
uipc: Reference the originator thread if asynchronized pru_send is used

It is required for UDP asynchronized pru_send, which could access the
originator's thread.
sys/kern/uipc_msg.c
sys/net/netmsg.h
sys/netinet/in_proto.c
sys/netinet/udp_usrreq.c
sys/sys/protosw.h