tcp_output: Move output mbuf related variables' cleanup to the again label
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 12 Jan 2012 03:09:20 +0000 (11:09 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Thu, 12 Jan 2012 03:09:20 +0000 (11:09 +0800)
commit46fc0bdcdd5f2a8781b4ae6dd592df8f0187363e
treebe61c105938e95b87a0d25e2c2d6d873001012ff
parent38c2eb266c21ce17c37c1b4b8d2a6bc8c73aa26c
tcp_output: Move output mbuf related variables' cleanup to the again label

Though not all cleanups are necessary if we loop back to again label,
better safe than sorry
sys/netinet/tcp_output.c