K 10 svn:author V 7 glebius K 8 svn:date V 27 2014-11-14T15:55:56.991363Z K 7 svn:log V 264 When sbcut() works on M_NOTREADY mbufs, it shouldn't free them, since they a referenced by some outside entity. Instead, sbcut() would mark them with a new flag and forget them. Later, if sbready() encounters such mbufs, it frees them. Sponsored by: Nginx, Inc. END