commit | f58b22fd3c16444edc393a217a74208f1894b601 | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Mon Nov 24 21:14:43 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 24 21:14:43 2008 -0800 |
tree | df0c59de99d337c001703295d6d02919940dafc3 | |
parent | adb92db857ee2a0a2b925ccfbd560203c3f88aae [diff] |
tcp: make tcp_sacktag_one able to handle partial skb too 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>