[SCTP]: Implement the receive and verification of AUTH chunk
authorVlad Yasevich <vladislav.yasevich@hp.com>
Thu, 4 Oct 2007 00:51:34 +0000 (17:51 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:51:31 +0000 (16:51 -0700)
commitbbd0d59809f923ea2b540cbd781b32110e249f6e
tree8a278cfa0e7bcc7b415e93baf6d1a93536efe17a
parent4cd57c8078fae0a4b1bf421191e94626d0cba92a
[SCTP]: Implement the receive and verification of AUTH chunk

This patch implements the receive path needed to process authenticated
chunks.  Add ability to process the AUTH chunk and handle edge cases
for authenticated COOKIE-ECHO as well.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/constants.h
include/net/sctp/sm.h
include/net/sctp/structs.h
net/sctp/associola.c
net/sctp/endpointola.c
net/sctp/input.c
net/sctp/inqueue.c
net/sctp/sm_statefuns.c
net/sctp/sm_statetable.c