[TCP]: Separate lost_retrans loop into own function
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Wed, 10 Oct 2007 09:45:32 +0000 (02:45 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:55:51 +0000 (16:55 -0700)
commit1c1e87edb9aa38b9e1ae807a6d88fcfd350a55c0
tree5021c683e1396ace6fd9d57daf09bb3a79c646d1
parent5265eeb2b036835021591173ac64e624baaff55c
[TCP]: Separate lost_retrans loop into own function

Follows own function for each task principle, this is really
somewhat separate task being done in sacktag. Also reduces
indentation.

In addition, added ack_seq local var to break some long
lines & fixed coding style things.

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