syzcaller came up with an interesting crash that has to do with sending
both a SYN and FIN together. Turns out there were actually two problems.
- Not splitting the flags when you clone off a new rsm the right way (SYN should go to the left edge and FIN should go to the right)
- a KASSERT that did not properly account for this case i.e. no mbuf/no data.