]> git.baikalelectronics.ru Git - kernel.git/commit
[TCP]: Extract tcp_match_queue_to_sack from sacktag code
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Fri, 12 Oct 2007 00:34:25 +0000 (17:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Oct 2007 00:34:25 +0000 (17:34 -0700)
commitf541fb59888a594ad1f83a0a6bf818dbd80b4ec4
treec84b5bde72a9f64e5504a9d05e88c8a5b628854e
parent7ee1e47c1dca8bab921f1d8bf0e94e453fff4928
[TCP]: Extract tcp_match_queue_to_sack from sacktag code

This is necessary for upcoming DSACK bugfix. Reduces sacktag
length which is not very sad thing at all... :-)

Notice that there's a need to handle out-of-mem at caller's
place.

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