SCTP: properly clean up fragment and ordering queues during FWD-TSN.
authorVlad Yasevich <vladislav.yasevich@hp.com>
Fri, 13 Jul 2007 21:01:19 +0000 (17:01 -0400)
committerVlad Yasevich <vladislav.yasevich@hp.com>
Wed, 29 Aug 2007 17:34:33 +0000 (13:34 -0400)
commitea2dfb3733d53ac98b17756435d1f99e25490357
tree9a70c036bcf1ed57a059efa245cbb63f300db0c5
parentb07d68b5ca4d55a16fab223d63d5fb36f89ff42f
SCTP: properly clean up fragment and ordering queues during FWD-TSN.

When we recieve a FWD-TSN (meaning the peer has abandoned the data),
we need to clean up any partially received messages that may be
hanging out on the re-assembly or re-ordering queues.  This is
a MUST requirement that was not properly done before.

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