[SCTP] Implement Sec 2.41 of SCTP Implementers guide.
authorJerome Forissier <jerome.forissier@hp.com>
Thu, 28 Apr 2005 18:58:43 +0000 (11:58 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Apr 2005 18:58:43 +0000 (11:58 -0700)
commit047a2428a14216a83980ed26b6a59b3ca40a1fb0
tree9b4b4abb85b045fbf95700c1a9ca6e6ed7dfd60b
parent173372162ddbd414cc471c1a3a52ad7ea279aaf4
[SCTP] Implement Sec 2.41 of SCTP Implementers guide.

- Fixed sctp_vtag_verify_either() to comply with impguide 2.41 B) and C).
- Make sure vtag is reflected when T-bit is set in SHUTDOWN-COMPLETE sent
  due to an OOTB SHUTDOWN-ACK and in ABORT sent due to an OOTB packet.
- Do not set T-Bit in ABORT chunk in response to INIT.
- Fixed some comments to reflect the new meaning of the T-Bit.

Signed-off-by: Jerome Forissier <jerome.forissier@hp.com>
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/sm.h
net/sctp/sm_make_chunk.c
net/sctp/sm_statefuns.c