[TCP]: Rename tcp_ack_packets_out -> tcp_rearm_rto
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Sat, 25 Aug 2007 05:53:26 +0000 (22:53 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:48:28 +0000 (16:48 -0700)
commit6728e7dc3e577241f36921c720cfb4eb8f5aed1a
tree5918fe156766d3495898ba2e37b825275f1785fb
parent6ff03ac355cc6c10f7b1f44dd466d41213acebca
[TCP]: Rename tcp_ack_packets_out -> tcp_rearm_rto

Only thing that tiny function does is rearming the RTO (if
necessary), name it accordingly.

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