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.