Remove tcpcb.tt_msg == NULL tests in tcp_callout_*().
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Tue, 16 Dec 2008 13:40:42 +0000 (21:40 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Tue, 16 Dec 2008 14:33:02 +0000 (22:33 +0800)
commit2d42d2b0d6f02c8e85ed9abda2f1b19f4eab6e36
tree17b4e0a82739e7e908a1fabf0552a5f9e59b5544
parenta48c5dd5268dc3f67165670e4e4e550f6fa6816a
Remove tcpcb.tt_msg == NULL tests in tcp_callout_*().

tcpcb.tt_msg == NULL could only happen for TCP listen sockets, while
for this kind of sockets, tcp timers should never be used.

Suggested-by: dillon@
sys/netinet/tcp_subr.c
sys/netinet/tcp_timer2.h