]> git.baikalelectronics.ru Git - kernel.git/commit
sctp: remove reconf_enable from asoc
authorXin Long <lucien.xin@gmail.com>
Mon, 8 Jul 2019 16:57:04 +0000 (00:57 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Jul 2019 03:16:24 +0000 (20:16 -0700)
commit1cd8f05b3c7dffdf5f5438cbeff54dc6e3dc2b2a
treebe56976cfbd9691bf79039fe50c95be1e119137a
parent37c7355c44a84df84b5bccabba6f34ed9255ef9c
sctp: remove reconf_enable from asoc

asoc's reconf support is actually decided by the 4-shakehand negotiation,
not something that users can set by sockopt. asoc->peer.reconf_capable is
working for this. So remove it from asoc.

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