commit | d193594299064d386a2705928cd61ab2ca3d7cee | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Thu Oct 11 17:34:25 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 11 17:34:25 2007 -0700 |
tree | c84b5bde72a9f64e5504a9d05e88c8a5b628854e | |
parent | f6fb128d272eb7b0f1a8be78153a724545e28be8 [diff] |
[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>