OSDN Git Service

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)
commitf58b22fd3c16444edc393a217a74208f1894b601
treedf0c59de99d337c001703295d6d02919940dafc3
parentadb92db857ee2a0a2b925ccfbd560203c3f88aae
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>
net/ipv4/tcp_input.c