[SCTP]: Correctly reap SSNs when processing FORWARD_TSN chunk
authorVlad Yasevich <vladislav.yasevich@hp.com>
Tue, 15 Jan 2008 16:41:56 +0000 (11:41 -0500)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Thu, 7 Feb 2008 02:26:26 +0000 (21:26 -0500)
commitc068be5491924c1c1c37dc046f36976c27bc7bb2
tree05212f5704d2c1aa66629ac20ac312d0af39eca1
parent01f2d38498957e967cd6f6011a6b208393957b4a
[SCTP]: Correctly reap SSNs when processing FORWARD_TSN chunk

When we recieve a FORWARD_TSN chunk, we need to reap
all the queued fast-forwarded chunks from the ordering queue
 However, if we don't have them queued, we need to see if
the next expected one is there as well.  If it is, start
deliver from that point instead of waiting for the next
chunk to arrive.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
net/sctp/ulpqueue.c