aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/sctp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/sctp.h')
-rw-r--r--include/uapi/linux/sctp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/sctp.h b/include/uapi/linux/sctp.h
index 34dd3d497f2c..c81feb373d3e 100644
--- a/include/uapi/linux/sctp.h
+++ b/include/uapi/linux/sctp.h
@@ -568,6 +568,8 @@ struct sctp_assoc_reset_event {
568 568
569#define SCTP_ASSOC_CHANGE_DENIED 0x0004 569#define SCTP_ASSOC_CHANGE_DENIED 0x0004
570#define SCTP_ASSOC_CHANGE_FAILED 0x0008 570#define SCTP_ASSOC_CHANGE_FAILED 0x0008
571#define SCTP_STREAM_CHANGE_DENIED SCTP_ASSOC_CHANGE_DENIED
572#define SCTP_STREAM_CHANGE_FAILED SCTP_ASSOC_CHANGE_FAILED
571struct sctp_stream_change_event { 573struct sctp_stream_change_event {
572 __u16 strchange_type; 574 __u16 strchange_type;
573 __u16 strchange_flags; 575 __u16 strchange_flags;
@@ -1151,6 +1153,7 @@ struct sctp_add_streams {
1151/* SCTP Stream schedulers */ 1153/* SCTP Stream schedulers */
1152enum sctp_sched_type { 1154enum sctp_sched_type {
1153 SCTP_SS_FCFS, 1155 SCTP_SS_FCFS,
1156 SCTP_SS_DEFAULT = SCTP_SS_FCFS,
1154 SCTP_SS_PRIO, 1157 SCTP_SS_PRIO,
1155 SCTP_SS_RR, 1158 SCTP_SS_RR,
1156 SCTP_SS_MAX = SCTP_SS_RR 1159 SCTP_SS_MAX = SCTP_SS_RR