tcp: reorganize retransmit code loops
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Sun, 21 Sep 2008 04:24:21 +0000 (21:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Sep 2008 04:24:21 +0000 (21:24 -0700)
commit0e1c54c2a405494281e0639aacc90db03b50ae77
treeba5098bdf80603d4b5aa74af11738620f2ea7681
parent08ebd1721ab8fd362e90ae17b461c07b23fa2824
tcp: reorganize retransmit code loops

Both loops are quite similar, so they can be combined
with little effort. As a result, forward_skb_hint becomes
obsolete as well.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/tcp.h
include/net/tcp.h
net/ipv4/tcp_output.c