aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sctp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sctp.h')
-rw-r--r--include/linux/sctp.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/sctp.h b/include/linux/sctp.h
index b36c76635f18..83d94341e003 100644
--- a/include/linux/sctp.h
+++ b/include/linux/sctp.h
@@ -801,4 +801,11 @@ struct sctp_strreset_resptsn {
801 __be32 receivers_next_tsn; 801 __be32 receivers_next_tsn;
802}; 802};
803 803
804enum {
805 SCTP_DSCP_SET_MASK = 0x1,
806 SCTP_DSCP_VAL_MASK = 0xfc,
807 SCTP_FLOWLABEL_SET_MASK = 0x100000,
808 SCTP_FLOWLABEL_VAL_MASK = 0xfffff
809};
810
804#endif /* __LINUX_SCTP_H__ */ 811#endif /* __LINUX_SCTP_H__ */