tcp: make tcp_sacktag_one able to handle partial skb too
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Tue, 25 Nov 2008 05:14:43 +0000 (21:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 Nov 2008 05:14:43 +0000 (21:14 -0800)
This is preparatory work for SACK combiner patch which may
have to count TCP state changes for only a part of the skb
because it will intentionally avoids splitting skb to SACKed
and not sacked parts.

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

No differences found