In sctp_shutdown_received(), the code calls the
upper layer disconnecting function as long as the
upper layer has not closed the association. This
means that the function can be called multiple times.
This is unnecessary and can be confusing to the upper
layer.