]> git.baikalelectronics.ru Git - kernel.git/commit
[TCP]: Abstract tp->highest_sack accessing & point to next skb
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Sat, 1 Dec 2007 22:48:06 +0000 (00:48 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:55:46 +0000 (14:55 -0800)
commit8df68a1f2fb396ed87adad75da219e7634ddc3f0
tree2133f2e26af6540f2a212c36f219873d34db2c1e
parentc9919b7e8accec65b1c45c6768f2dedd92eab333
[TCP]: Abstract tp->highest_sack accessing & point to next skb

Pointing to the next skb is necessary to avoid referencing
already SACKed skbs which will soon be on a separate list.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp_input.c
net/ipv4/tcp_output.c