K 10 svn:author V 6 davide K 8 svn:date V 27 2015-02-14T20:00:57.153425Z K 7 svn:log V 260 Don't access sockbuf fields directly, use accessor functions instead. It is safe to move the call to socantsendmore_locked() after sbdrop_locked() as long as we hold the sockbuf lock across the two calls. CR: D1805 Reviewed by: adrian, kmacy, julian, rwatson END