K 10 svn:author V 7 rwatson K 8 svn:date V 27 2004-06-18T20:22:21.000000Z K 7 svn:log V 283 In tcp_ctloutput(), don't hold the inpcb lock over a call to ip_ctloutput(), as it may need to perform blocking memory allocations. This also improves consistency with locking relative to other points that call into ip_ctloutput(). Bumped into by: Grover Lines END