OSDN Git Service

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)
commita96701fb3534c45bd6fe5e6f6d3a91e3acc19b59
treebe56976cfbd9691bf79039fe50c95be1e119137a
parentccf355e52a3265624b7acadd693c849d599e9b9f
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