diff options
Diffstat (limited to 'include/uapi/linux/sctp.h')
-rw-r--r-- | include/uapi/linux/sctp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/sctp.h b/include/uapi/linux/sctp.h index d9adab32dbee..4c4db14786bd 100644 --- a/include/uapi/linux/sctp.h +++ b/include/uapi/linux/sctp.h | |||
@@ -125,6 +125,7 @@ typedef __s32 sctp_assoc_t; | |||
125 | #define SCTP_SOCKOPT_PEELOFF_FLAGS 122 | 125 | #define SCTP_SOCKOPT_PEELOFF_FLAGS 122 |
126 | #define SCTP_STREAM_SCHEDULER 123 | 126 | #define SCTP_STREAM_SCHEDULER 123 |
127 | #define SCTP_STREAM_SCHEDULER_VALUE 124 | 127 | #define SCTP_STREAM_SCHEDULER_VALUE 124 |
128 | #define SCTP_INTERLEAVING_SUPPORTED 125 | ||
128 | 129 | ||
129 | /* PR-SCTP policies */ | 130 | /* PR-SCTP policies */ |
130 | #define SCTP_PR_SCTP_NONE 0x0000 | 131 | #define SCTP_PR_SCTP_NONE 0x0000 |
@@ -459,6 +460,8 @@ struct sctp_pdapi_event { | |||
459 | __u32 pdapi_length; | 460 | __u32 pdapi_length; |
460 | __u32 pdapi_indication; | 461 | __u32 pdapi_indication; |
461 | sctp_assoc_t pdapi_assoc_id; | 462 | sctp_assoc_t pdapi_assoc_id; |
463 | __u32 pdapi_stream; | ||
464 | __u32 pdapi_seq; | ||
462 | }; | 465 | }; |
463 | 466 | ||
464 | enum { SCTP_PARTIAL_DELIVERY_ABORTED=0, }; | 467 | enum { SCTP_PARTIAL_DELIVERY_ABORTED=0, }; |