mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-09-21 11:56:36 -05:00
Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/lksctp-dev
This commit is contained in:
@@ -242,6 +242,7 @@ enum {
|
||||
SCTP_DATA_FIRST_FRAG = 0x02,
|
||||
SCTP_DATA_NOT_FRAG = 0x03,
|
||||
SCTP_DATA_UNORDERED = 0x04,
|
||||
SCTP_DATA_SACK_IMM = 0x08,
|
||||
};
|
||||
enum { SCTP_DATA_FRAG_MASK = 0x03, };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user