sctp: add reconf_enable in asoc ep and netns
authorXin Long <lucien.xin@gmail.com>
Tue, 17 Jan 2017 16:44:45 +0000 (00:44 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Jan 2017 19:55:10 +0000 (14:55 -0500)
commitc28445c3cb07ba1da2c1dc7b5f3066c686a6acc6
tree895c47f141f724503092d5966687e3484c202673
parent7a090b04522b46a219c271d4cd2abbf572623e03
sctp: add reconf_enable in asoc ep and netns

This patch is to add reconf_enable field in all of asoc ep and netns
to indicate if they support stream reset.

When initializing, asoc reconf_enable get the default value from ep
reconf_enable which is from netns netns reconf_enable by default.

It is also to add reconf_capable in asoc peer part to know if peer
supports reconf_enable, the value is set if ext params have reconf
chunk support when processing init chunk, just as rfc6525 section
5.1.1 demands.

Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/netns/sctp.h
include/net/sctp/structs.h
net/sctp/associola.c
net/sctp/endpointola.c
net/sctp/protocol.c
net/sctp/sm_make_chunk.c