summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorXin Long <lucien.xin@gmail.com>2019-07-09 00:57:07 +0800
committerDavid S. Miller <davem@davemloft.net>2019-07-08 20:16:25 -0700
commite55f4b8bf4622103badac8694cdabceec06f9b38 (patch)
tree28a423f0030d481ca5a1ea0e66aeccb366219781 /include
parentda1f6d4de7b743c86cb49015ea05b184fea1388c (diff)
downloadlinux-stable-e55f4b8bf4622103badac8694cdabceec06f9b38.tar.gz
linux-stable-e55f4b8bf4622103badac8694cdabceec06f9b38.tar.bz2
linux-stable-e55f4b8bf4622103badac8694cdabceec06f9b38.zip
sctp: rename sp strm_interleave to ep intl_enable
Like other endpoint features, strm_interleave should be moved to sctp_endpoint and renamed to intl_enable. Signed-off-by: Xin Long <lucien.xin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r--include/net/sctp/structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index c41b57ba04bb..ba5c4f6eede5 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -219,7 +219,6 @@ struct sctp_sock {
disable_fragments:1,
v4mapped:1,
frag_interleave:1,
- strm_interleave:1,
recvrcvinfo:1,
recvnxtinfo:1,
data_ready_signalled:1;
@@ -1324,6 +1323,7 @@ struct sctp_endpoint {
struct list_head endpoint_shared_keys;
__u16 active_key_id;
__u8 auth_enable:1,
+ intl_enable:1,
prsctp_enable:1,
reconf_enable:1;