]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sctp: implement receiver-side procedures for the SSN/TSN Reset Request Parameter
authorXin Long <lucien.xin@gmail.com>
Fri, 10 Mar 2017 04:11:07 +0000 (12:11 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 13 Mar 2017 06:22:23 +0000 (23:22 -0700)
commit692787cef6515188f25a5b6cdf008cfe10acf89f
treec1c6b9b56ef8d0a4a17981ea0a7bcb4ec4ad3434
parentc95129d127c6d3d9fca189c6f94c539a7f086b1a
sctp: implement receiver-side procedures for the SSN/TSN Reset Request Parameter

This patch is to implement Receiver-Side Procedures for the SSN/TSN
Reset Request Parameter described in rfc6525 section 6.2.4.

The process is kind of complicate, it's wonth having some comments
from section 6.2.4 in the codes.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/sm.h
net/sctp/sm_statefuns.c
net/sctp/stream.c